Skip to content

Commit

Permalink
Merge pull request #1138 from vaerksted/dev
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mymindstorm authored Dec 20, 2023
2 parents c5976b6 + a79b14f commit d1bae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class Dropbox implements BackupProvider {
if (res.email) {
resolve(res.email);
} else {
console.error("Could not find email in reponse.", res);
console.error("Could not find email in response.", res);
resolve("Error: res.email was undefined.");
}
} catch (e) {
Expand Down

0 comments on commit d1bae1d

Please sign in to comment.