Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2da77b6

Browse files
fix minor typo
1 parent 8a96143 commit 2da77b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/groupsService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async function removeGroupFromChallenge (challengeLegacyId, groupLegacyId) {
106106
await connection.rollbackTransactionAsync()
107107
throw e
108108
} finally {
109-
logger.info(`Group ${groupLegacyId} removed to challenge ${challengeLegacyId}`)
109+
logger.info(`Group ${groupLegacyId} removed from challenge ${challengeLegacyId}`)
110110
await connection.closeAsync()
111111
}
112112
}

0 commit comments

Comments
 (0)