mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10: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