mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Update index.ts (#7830)
This commit is contained in:
parent
ccb72b4672
commit
ee0ea8724b
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', {
|
return dbQueue.add('deleteAccount', {
|
||||||
user: user,
|
user: user,
|
||||||
soft: opts.soft
|
soft: opts.soft
|
||||||
|
|
Loading…
Reference in a new issue