Skip to content

Commit

Permalink
Revert "more"
Browse files Browse the repository at this point in the history
This reverts commit 802dc08.
  • Loading branch information
sahil-lalani committed Sep 15, 2024
1 parent 5ad6a7d commit a8819f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ async function convertMboxToJson(
) {
companyPath = path.join(surferDataPath, 'OpenAI');
platformPath = path.join(companyPath, 'ChatGPT');
platformId = `chatgpt-001`;
platformId = `chatgpt-001-${Date.now()}`;
idPath = path.join(platformPath, `${platformId}-${Date.now()}`);
} else if (url.includes('takeout-download.usercontent.google.com')) {
companyPath = path.join(surferDataPath, 'Google');
Expand Down

0 comments on commit a8819f1

Please sign in to comment.