summaryrefslogtreecommitdiffstats
path: root/js/service
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-07 00:27:19 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit4fcd4830305fa08e3d7632811d4c1aa1b03d12a4 (patch)
tree6ed0057d6b8f95621c051d4077603951e6b0ab1b /js/service
parent04cf2672c3a06dbaa7792403237e3ec9bbaf5455 (diff)
🧹 Cleanup ShareController & ShareResource
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'js/service')
-rw-r--r--js/service/ShareResource.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/service/ShareResource.js b/js/service/ShareResource.js
index f68918ca3..ff390a9e2 100644
--- a/js/service/ShareResource.js
+++ b/js/service/ShareResource.js
@@ -34,4 +34,4 @@ app.factory('ShareResource', function (Resource, $http, BASE_URL) {
return new ShareResource($http, BASE_URL);
-}); \ No newline at end of file
+});