Update project-bot-service.ts

This commit is contained in:
Daniel Hougaard
2024-02-21 08:48:30 +01:00
parent 0b7efa57be
commit 82fe0bb5c4

View File

@@ -120,7 +120,7 @@ export const projectBotServiceFactory = ({
}
if (project.version === ProjectVersion.V2) {
throw new BadRequestError({ message: "Failed to set bot active, project has a default bot enabled" });
throw new BadRequestError({ message: "Failed to set bot active for upgraded project. Bot is already active" });
}
if (isActive) {