mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: make userId optional cause its not used and
should not be used lmao
This commit is contained in:
parent
bb5f903eb1
commit
aa5cca8b94
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const meta = {
|
|||
},
|
||||
userId: {
|
||||
type: "string",
|
||||
optional: false,
|
||||
optional: true,
|
||||
nullable: false,
|
||||
},
|
||||
endpoint: {
|
||||
|
|
Loading…
Add table
Reference in a new issue