Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier committed Jan 16, 2024
1 parent d3646b3 commit 58cd632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class OktaUserEntityProvider extends OktaEntityProvider {
userResources.push(userEntity);
} catch (e: unknown) {
this.logger.warn(
`Failed to add user: ${isError(e) ? e.message : 'unknown error'}`,
`Failed to add user: ${isError(e) ? e.message : 'unknown error'}`,
);
}
});
Expand Down

0 comments on commit 58cd632

Please sign in to comment.