Add missing quote to error
This commit is contained in:
parent
9220b2d9c2
commit
603388c79d
|
@ -154,7 +154,7 @@ Zotero.API = {
|
||||||
return 'groups/' + Zotero.Groups.getGroupIDFromLibraryID(libraryID);
|
return 'groups/' + Zotero.Groups.getGroupIDFromLibraryID(libraryID);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new Error(`Invalid type '${type}`);
|
throw new Error(`Invalid type '${type}'`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user