Skip to content

Commit 10d99af

Browse files
committed
Fix teams.js outlining
1 parent 55a9adf commit 10d99af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrongsecrets-balancer/src/teams/teams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ async function createAWSTeam(req, res) {
397397
logger.error(`Error while network security policies for team ${team}: ${error}`);
398398
res.status(500).send({ message: 'Failed to Create Instance' });
399399
}
400-
400+
401401
try {
402402
loginCounter.inc({ type: 'registration', userType: 'user' }, 1);
403403

0 commit comments

Comments
 (0)