Skip to content

Commit

Permalink
Update google-api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Jan 1, 2024
1 parent 67ada56 commit a81b2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/google-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const stateToFile = () => {
const blob = new Blob([JSON.stringify(partializedState)], {
type: 'application/json',
});
const file = new File([blob], 'better-chatgpt.json', {
const file = new File([blob], 'Devin-chatgpt.json', {
type: 'application/json',
});

Expand Down

0 comments on commit a81b2b9

Please sign in to comment.