mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Use single quotes for identifiers
This commit is contained in:
@@ -56,7 +56,7 @@ exports.getVersion = async (name) => {
|
||||
|
||||
exports.getCount = async ({ store } = {}) => {
|
||||
if (!isObject(store)) {
|
||||
throw new TypeError('"store" is required');
|
||||
throw new TypeError("'store' is required");
|
||||
}
|
||||
|
||||
const request = store.count();
|
||||
|
||||
Reference in New Issue
Block a user