Skip to content

Commit 1f1efa6

Browse files
committed
change Sm -> SM
1 parent 8e29763 commit 1f1efa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/cloud/common/providers/cloud.api.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class CloudApiProvider {
7575
}
7676

7777
if (credentials?.idToken) {
78-
headers['Sm-Id-Token'] = credentials.idToken;
78+
headers['SM-Id-Token'] = credentials.idToken;
7979
}
8080

8181
return {

0 commit comments

Comments
 (0)