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 bb5f903eb1
commit aa5cca8b94

View file

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