Skip to content

Commit 3e44f95

Browse files
authored
fix(docs): retrigger build (#1211)
1 parent 851705a commit 3e44f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/fetch-ai-docs/components/instant-algolia-search.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export const InstantAlgoliaSearch = () => {
5353
}),
5454
});
5555
if (!response.ok) {
56-
console.log("---something went wrong----");
56+
console.log("something went wrong");
5757
}
5858
} catch (error) {
59-
console.log("---oops, something went wrong----", error);
59+
console.log("oops, something went wrong", error);
6060
}
6161
}
6262

0 commit comments

Comments
 (0)