Update index.ts (#7830)
This commit is contained in:
parent
ce32cd576b
commit
8a558eed36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue