Skip to content

Commit b184f15

Browse files
committed
fix
1 parent 98cd93e commit b184f15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/alerts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export const getDetectionsBySequence = async (
9595
.then((response: AxiosResponse) => {
9696
try {
9797
const result = apiDetectionListResponseSchema.safeParse(response.data);
98-
console.log(result);
9998
if (result.data) {
10099
result.data.sort(
101100
(d1, d2) =>

0 commit comments

Comments
 (0)