Merge branch 'develop' into swn

This commit is contained in:
tamaina 2021-09-23 22:48:27 +09:00
commit d5af62836b
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ export function createImportUserListsJob(user: ThinUser, fileId: DriveFile['id']
});
}
export function createDeleteAccountJob(user: ThinUser, opts: { soft?: boolean; }) {
export function createDeleteAccountJob(user: ThinUser, opts: { soft?: boolean; } = {}) {
return dbQueue.add('deleteAccount', {
user: user,
soft: opts.soft