Lint errors

This commit is contained in:
Shubham Tiwari
2022-03-24 11:45:50 +05:30
parent ba1126827e
commit 31035de89b
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export function assertDefined<T>(name: string, value?: T): T {
}
export function isFeatureAvailable(): boolean {
if (process.env["ACTIONS_CACHE_URL"]) {
if (process.env['ACTIONS_CACHE_URL']) {
return true
}