Skip to content

Commit c4fc73f

Browse files
Update src/lib/config.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent d3f5770 commit c4fc73f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ system.getInstaller(
6161
},
6262
(error) => {
6363
console.error(error);
64-
config.IAP_AVAILABLE = true;
64+
config.IAP_AVAILABLE = typeof iap !== "undefined";
6565
},
6666
);
6767

0 commit comments

Comments
 (0)