Skip to content

Commit

Permalink
Store minimal data
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Feb 21, 2024
1 parent ca37dd5 commit 966ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ import { Watch, WatchV2, toWatchlistV2 } from "../watch-list";
shell.openExternal(firstUploadResponse.permalink_url);
}

// Store only irreversible information
// Store minimal data
uploadedStore.set(fileID, true);
} catch (exception) {
log.error(exception);
Expand Down

0 comments on commit 966ad02

Please sign in to comment.