fix: make userId optional cause its not used and

should not be used lmao
This commit is contained in:
April John 2023-05-07 16:27:39 +02:00
parent 7e46506d4e
commit d0d49696e2

View file

@ -28,7 +28,7 @@ export const meta = {
},
userId: {
type: "string",
optional: false,
optional: true,
nullable: false,
},
endpoint: {