Skip to content

Commit

Permalink
format lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Apr 3, 2024
1 parent 982564e commit bd424f1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export namespace EmulatorValidation {
//Validate if there is an existing issuer with the same tid value.
if (
tenantId != '' &&
ToBotFromBotOrEmulatorTokenValidationParameters.issuer.find((issuer) => issuer.includes(tenantId)) == null
ToBotFromBotOrEmulatorTokenValidationParameters.issuer.find((issuer) => issuer.includes(tenantId)) ==
null
) {
//If the issuer doesn't exist, this is added using the Emulator token issuer structure.
//This allows use of the SingleTenant authentication through Emulator.
Expand Down

0 comments on commit bd424f1

Please sign in to comment.