Skip to content

Commit 49c218b

Browse files
author
Kartik Raj
committed
Oopsp
1 parent 26c4892 commit 49c218b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/common/utils/localizeHelpers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ export function _getAskedForCollection(): Record<string, string> {
2929
return askedForCollection;
3030
}
3131

32-
export function shouldLoadUsingFS(): boolean {
33-
// Return a pointer to function so that we refetch it on each call.
32+
export function shouldLoadUsingNodeFS(): boolean {
3433
return !loadedCollection || parseLocale() !== loadedLocale;
3534
}
3635

0 commit comments

Comments
 (0)