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.
1 parent c5976b6 commit a79b14fCopy full SHA for a79b14f
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