Added last todo before sending success.

This commit is contained in:
ogerly 2021-11-24 10:42:05 +01:00
parent f3cd722e9f
commit 5f8235c7af

View File

@ -39,6 +39,7 @@ export class AdminResolver {
// if amount < 3000 => Store in pending_creations
const creations = getUserCreations(user.id)
// UserAdmin.creations()
// TODO: Write pending creation to DB
return true
}
}