Skip to content

Commit

Permalink
Update libs/client/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rochetti <daniel.rochetti@gmail.com>
  • Loading branch information
burkaygur and drochetti committed Nov 18, 2023
1 parent 26cc733 commit 46052a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/client/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type RequestLog = {
};

export type Metrics = {
inference_time: number;
inference_time: number | null;
};

export type QueueStatus =
Expand Down

0 comments on commit 46052a3

Please sign in to comment.