Skip to content

Commit 692a1d4

Browse files
Merge pull request #507 from AikidoSec/fix-event-types
Fix Heartbeat event types
2 parents 1402d3d + a180811 commit 692a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/api/Event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type Heartbeat = {
9494
};
9595
};
9696
};
97-
hostnames: { hostname: string; port: number | undefined }[];
97+
hostnames: { hostname: string; port: number | undefined; hits: number }[];
9898
routes: {
9999
path: string;
100100
method: string;

0 commit comments

Comments
 (0)