Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Sep 25, 2023
1 parent 1a40021 commit e3c017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/principal/privileged-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class PrincipalService {
throw new NotFound(`Principal with id: ${externalId} not found`);
}
}


const principal = recordToModel(result as PrincipalsRecord);

Expand Down

0 comments on commit e3c017b

Please sign in to comment.