Skip to content

Commit 58d236e

Browse files
test: add final disposable Covencat probe
Signed-off-by: Timothy Wayne Gregg <5861166+romgenie@users.noreply.github.com>
1 parent 3506451 commit 58d236e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

probe/covencat-live.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export function describeLiveProbe(value) {
2+
return {
3+
value,
4+
status: "ready",
5+
};

0 commit comments

Comments
 (0)