aboutsummaryrefslogtreecommitdiff
path: root/src/server/ApiManagers/GooglePhotosManager.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-11-19 11:18:08 -0500
committerSam Wilkins <samwilkins333@gmail.com>2019-11-19 11:18:08 -0500
commit00633c834c725bab78cef5bd7b9c4ff2b1449ccf (patch)
tree3b9787605911259e1e119c385a7f61acf3fa5d87 /src/server/ApiManagers/GooglePhotosManager.ts
parent0690b9aebb4ccbf9925c48678525d8e4669c52e2 (diff)
api key route switched to environment, added client side util
Diffstat (limited to 'src/server/ApiManagers/GooglePhotosManager.ts')
-rw-r--r--src/server/ApiManagers/GooglePhotosManager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/ApiManagers/GooglePhotosManager.ts b/src/server/ApiManagers/GooglePhotosManager.ts
index 1f6051c28..1138dede1 100644
--- a/src/server/ApiManagers/GooglePhotosManager.ts
+++ b/src/server/ApiManagers/GooglePhotosManager.ts
@@ -107,5 +107,6 @@ export default class GooglePhotosManager extends ApiManager {
_invalid(res, requestError);
}
});
+
}
} \ No newline at end of file