Skip to content

Commit 6783432

Browse files
committed
fix api identifier being replaced when downloading sample app from quickstarts
1 parent 6b1011b commit 6783432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sample-01/api-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const app = express();
1010
if (
1111
!authConfig.domain ||
1212
!authConfig.authorizationParams.audience ||
13-
['{yourApiIdentifier}', '{API_IDENTIFIER}'].includes(
13+
["{yourApiIdentifier}", "{API_IDENTIFIER}"].includes(
1414
authConfig.authorizationParams.audience
1515
)
1616
) {

0 commit comments

Comments
 (0)