Force the use of single quotes
This commit is contained in:
@@ -74,7 +74,7 @@ import appHost from 'apphost';
|
||||
}
|
||||
|
||||
if (eventListenerCount) {
|
||||
const customEvent = new CustomEvent("command", {
|
||||
const customEvent = new CustomEvent('command', {
|
||||
detail: {
|
||||
command: commandName
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user