mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 00:31:17 +01:00
chore(invitations): add expires field
This commit is contained in:
@@ -15,6 +15,7 @@ export default defineNitroPlugin(async (nitro) => {
|
||||
create: {
|
||||
id: "admin",
|
||||
isAdmin: true,
|
||||
expires: new Date('4096-01-01')
|
||||
},
|
||||
update: {
|
||||
isAdmin: true,
|
||||
|
||||
Reference in New Issue
Block a user