Skip to content

Commit

Permalink
♻️ DOAG Event ID should be of type Integer closes #74
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Apr 5, 2024
1 parent 5e2f474 commit 996792e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"properties": [
{
"name": "apus.doag.eventId",
"type": "java.lang.String",
"type": "java.lang.Integer",
"description": "The ID of the DOAG event to read the conference agenda."
},
{
Expand Down

0 comments on commit 996792e

Please sign in to comment.