Skip to content

Commit 65b05bf

Browse files
soninarenhartra344
authored andcommitted
Redoing the extension cache fix (#2553)
1 parent a5f61ce commit 65b05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/shared/services/function-app.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class FunctionAppService {
7474
} else if (ArmUtil.isLinuxApp(context.site)) {
7575
return this._cacheService.get(Constants.serviceHost + `api/runtimetoken${context.site.id}`, false, this.portalHeaders(info.token))
7676
} else {
77-
return this._cacheService.get(context.urlTemplates.scmTokenUrl, false, this.headers(info.token));
77+
return this._cacheService.get(context.urlTemplates.scmTokenUrl, true, this.headers(info.token));
7878
}
7979
})
8080
.map(r => r.json());

0 commit comments

Comments
 (0)