chore(API/index.ts): remove debugger statement for cleaner code
This commit is contained in:
parent
551615f19e
commit
315fe42e0b
1 changed files with 0 additions and 1 deletions
|
|
@ -629,7 +629,6 @@ export async function searchComponent(
|
|||
tags?: [string]
|
||||
) {
|
||||
try {
|
||||
debugger;
|
||||
let url = `${BASE_URL_API}store/search/`;
|
||||
const queryParams: any = [];
|
||||
if (query !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue