aboutsummaryrefslogtreecommitdiff
path: root/src/server/apis/google/GoogleApiServerUtils.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-09-01 17:13:09 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-09-01 17:13:09 -0400
commit8b992ef2c152e86299fd3460112124d476393a60 (patch)
treee768926fdd4d4e26adeaac6c939a26ba70c36331 /src/server/apis/google/GoogleApiServerUtils.ts
parentd1960ed915e78014592567e16dd1de9545781a27 (diff)
tweaks
Diffstat (limited to 'src/server/apis/google/GoogleApiServerUtils.ts')
-rw-r--r--src/server/apis/google/GoogleApiServerUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/apis/google/GoogleApiServerUtils.ts b/src/server/apis/google/GoogleApiServerUtils.ts
index c6d901577..00e289b00 100644
--- a/src/server/apis/google/GoogleApiServerUtils.ts
+++ b/src/server/apis/google/GoogleApiServerUtils.ts
@@ -7,7 +7,7 @@ import { GlobalOptions } from "googleapis-common";
import { GaxiosResponse } from "gaxios";
import { GooglePhotos } from "./GooglePhotosUtils";
import { Utils } from "../../../Utils";
-import { Album } from "./Typings/albums";
+import { Album } from "./typings/albums";
/**
* Server side authentication for Google Api queries.