removed debugger
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
}
|
||||
],
|
||||
|
||||
/* dev */
|
||||
"no-debugger": "off",
|
||||
|
||||
/* important */
|
||||
"prefer-const": "error",
|
||||
"quotes": ["error", "single"],
|
||||
|
||||
@@ -183,5 +183,3 @@ export function getEmbed(id: string, args: basicObjectStr = {}, otherOptions: ba
|
||||
|
||||
return embedData;
|
||||
}
|
||||
|
||||
debugger;
|
||||
|
||||
Reference in New Issue
Block a user