0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 00:58:22 +02:00

Cleaned dead code

This commit is contained in:
Emmanuel ROHEE 2014-08-19 16:24:49 +02:00
parent 89cabba3e0
commit c5d601d5cd

View file

@ -68,9 +68,7 @@ angular.module('matrixService', [])
params: params,
data: data,
headers: headers
})
return deferred.promise;
});
};