This commit is contained in:
Alex Yatskov 2016-10-17 20:20:50 -07:00
parent 6cd1f70baa
commit 9d1756a2a8

View File

@ -28,7 +28,7 @@ class AnkiWeb {
} }
canAddNotes(notes) { canAddNotes(notes) {
return Promise.resolve([]); return Promise.resolve(new Array(notes.length).fill(true));
} }
getDeckNames() { getDeckNames() {