aboutsummaryrefslogtreecommitdiff
path: root/src/server/index.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-09-13 22:42:30 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-09-13 22:42:30 -0400
commitfc81c0f8ab727ad959eb6b416aff9c190e306adb (patch)
tree81d1fdba6ba20d1600040a0316636e818598ca33 /src/server/index.ts
parente4d6f6a643ca07516ec3c8eb4a542c69cfb7b1a2 (diff)
almost nothing
Diffstat (limited to 'src/server/index.ts')
-rw-r--r--src/server/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/index.ts b/src/server/index.ts
index 8767be17d..eea467eec 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -863,7 +863,7 @@ app.post(RouteStore.googlePhotosMediaUpload, async (req, res) => {
return newMediaItems;
};
- const newMediaItems = await mediaInput.convertInBatchesAtInterval<NewMediaItem>(25, dispatchUpload, 3);
+ const newMediaItems = await mediaInput.convertInBatchesAtInterval(25, dispatchUpload, 3);
if (failed) {
return _error(res, tokenError);