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