We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3a0f7 commit ec6b671Copy full SHA for ec6b671
storage/fileAccess.ts
@@ -52,7 +52,7 @@ const requestMultiplePermsIfNeeded = async (permKeys: Permission[]) => {
52
if (newHasAllPerms) {
53
return { hasAllPerms: true, reasons: null };
54
}
55
- return { hasAllPerms: true, reasons: newFailedMap };
+ return { hasAllPerms: false, reasons: newFailedMap };
56
};
57
export async function createAppFolderIfNeeded() {
58
const { hasAllPerms } = await requestMultiplePermsIfNeeded([
0 commit comments