fix: make userId optional cause its not used and
should not be used lmao
This commit is contained in:
parent
7e46506d4e
commit
d0d49696e2
@ -28,7 +28,7 @@ export const meta = {
|
|||||||
},
|
},
|
||||||
userId: {
|
userId: {
|
||||||
type: "string",
|
type: "string",
|
||||||
optional: false,
|
optional: true,
|
||||||
nullable: false,
|
nullable: false,
|
||||||
},
|
},
|
||||||
endpoint: {
|
endpoint: {
|
||||||
|
Loading…
Reference in New Issue
Block a user