diff options
author | bobzel <zzzman@gmail.com> | 2023-12-08 01:07:47 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-08 01:07:47 -0500 |
commit | cdabe2e7a2c68dfaa9d13d7e36039a28e05a0bb5 (patch) | |
tree | ade8d45f83cffbbcd9bce718e6ffa712e8d05e71 /src/server/ApiManagers/GooglePhotosManager.ts | |
parent | 25b0da1f8dbb907cd95077671cbe2eeb9c49954a (diff) |
removed unused package references
Diffstat (limited to 'src/server/ApiManagers/GooglePhotosManager.ts')
-rw-r--r-- | src/server/ApiManagers/GooglePhotosManager.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ApiManagers/GooglePhotosManager.ts b/src/server/ApiManagers/GooglePhotosManager.ts index be17b698e..c0da39a03 100644 --- a/src/server/ApiManagers/GooglePhotosManager.ts +++ b/src/server/ApiManagers/GooglePhotosManager.ts @@ -8,7 +8,7 @@ import { DashUploadUtils, InjectSize, SizeSuffix } from "../DashUploadUtils"; import { Database } from "../database"; import { red } from "colors"; import { Upload } from "../SharedMediaTypes"; -import request = require('request-promise'); +import * as request from 'request-promise'; import { NewMediaItemResult } from "../apis/google/SharedTypes"; const prefix = "google_photos_"; |