diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-01 17:13:09 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-01 17:13:09 -0400 |
commit | 8b992ef2c152e86299fd3460112124d476393a60 (patch) | |
tree | e768926fdd4d4e26adeaac6c939a26ba70c36331 /src/server/apis/google/GoogleApiServerUtils.ts | |
parent | d1960ed915e78014592567e16dd1de9545781a27 (diff) |
tweaks
Diffstat (limited to 'src/server/apis/google/GoogleApiServerUtils.ts')
-rw-r--r-- | src/server/apis/google/GoogleApiServerUtils.ts | 2 |
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. |