Merge pull request #27 from gmbrax/fix/fix-CreateDiscHandler-Extra-Brace

Fix/fix create disc handler extra brace
This commit is contained in:
Gustavo Henrique Miranda 2025-12-08 20:58:06 -03:00 committed by GitHub
commit ae6f522901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ public class CreateDiscHandler implements ActionHandler {
} }
} }
} }
}