Skip to content

Commit

Permalink
fix: add api comment to trigger release on db change
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 1, 2022
1 parent 2f5d5f8 commit 88042dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/user.js
Expand Up @@ -237,7 +237,7 @@ export async function userTokensPost (request, env) {
*/
export async function userAccountGet (request, env) {
const [usedStorage, storageLimitBytes] = await Promise.all([
// @ts-ignore
// @ts-ignore user used storage object
env.db.getStorageUsed(request.auth.user._id),
// @ts-ignore
env.db.getUserTagValue(request.auth.user._id, 'StorageLimitBytes')
Expand Down

0 comments on commit 88042dd

Please sign in to comment.