pr comments

This commit is contained in:
Cam Otts
2023-01-09 13:23:02 -06:00
parent e5b749be71
commit 0734e7b511
10 changed files with 69 additions and 59 deletions

View File

@ -903,6 +903,9 @@ func init() {
"properties": {
"email": {
"type": "string"
},
"token": {
"type": "string"
}
}
},
@ -2060,6 +2063,9 @@ func init() {
"properties": {
"email": {
"type": "string"
},
"token": {
"type": "string"
}
}
},