Skip to content

Commit fb681e3

Browse files
committed
track: do not fail
1 parent ba8a742 commit fb681e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/track/track.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export const track = async ({jobID, actionName, error}: {jobID?: string, actionN
55
job_id: jobID ?? null,
66
name: actionName,
77
error: error ?? null
8-
})
8+
}).catch(error => console.warn(error))

0 commit comments

Comments
 (0)