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.
2 parents c5976b6 + a79b14f commit d1bae1dCopy full SHA for d1bae1d
src/models/backup.ts
@@ -88,7 +88,7 @@ export class Dropbox implements BackupProvider {
88
if (res.email) {
89
resolve(res.email);
90
} else {
91
- console.error("Could not find email in reponse.", res);
+ console.error("Could not find email in response.", res);
92
resolve("Error: res.email was undefined.");
93
}
94
} catch (e) {
0 commit comments