From 7b03942afc790aceea970990f06ed5a18d5f123e Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Wed, 30 Dec 2020 11:08:23 +0100 Subject: [PATCH] typo --- src/datasources/db/participantAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datasources/db/participantAPI.ts b/src/datasources/db/participantAPI.ts index bd16bcf..08b3862 100644 --- a/src/datasources/db/participantAPI.ts +++ b/src/datasources/db/participantAPI.ts @@ -315,7 +315,7 @@ export class ParticipantAPI extends DataSource { throw new UserInputError('Participant ist not active in the specified dateRange'); } } else if (engagement.dateRange || engagement.dateRange) { - throw new UserInputError('Please specify participantId adn the dateRange'); + throw new UserInputError('Please specify participantId and the dateRange'); } await entityManager.getRepository(Engagement) .createQueryBuilder('engagement')