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: {
|
||||
type: "string",
|
||||
optional: false,
|
||||
optional: true,
|
||||
nullable: false,
|
||||
},
|
||||
endpoint: {
|
||||
|
|
Loading…
Reference in New Issue