fix an API change that caused a typeError

This commit is contained in:
ansuz
2020-02-03 18:47:18 -05:00
parent 88be40ede3
commit 46dfa026f0
2 changed files with 15 additions and 11 deletions

View File

@@ -130,7 +130,7 @@ const AUTHENTICATED_USER_SCOPED = {
GET_TOTAL_SIZE: Pinning.getTotalSize,
UPDATE_LIMITS: Quota.updateLimits,
GET_LIMIT: Pinning.getLimit,
EXPIRE_SESSION: Core.expireSession,
EXPIRE_SESSION: Core.expireSessionAsync,
REMOVE_PINS: Pinning.removePins,
TRIM_PINS: Pinning.trimPins,
SET_METADATA: Metadata.setMetadata,