fix build-breaking typo

This commit is contained in:
Jonathan Klabunde Tomer 2024-01-04 11:46:07 -08:00
parent e1ad25cee0
commit d1a80cc880
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ public class MessageController {
if (accessKeys != null) {
throw new BadRequestException("Only one of group send credential and unidentified access key may be provided");
} else if (isStory) {
throw new BadRequestExcpetion("Stories should not provide a group send credential");
throw new BadRequestException("Stories should not provide a group send credential");
}
}