Skip to content

Commit

Permalink
fix(client): queue client result generic
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Dec 5, 2024
1 parent cec9fa5 commit ccc752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/client/src/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export interface QueueClient {
result<Id extends EndpointType>(
endpointId: Id,
options: BaseQueueOptions,
): Promise<Result<OutputType<EndpointType>>>;
): Promise<Result<OutputType<Id>>>;

/**
* Cancels a request in the queue.
Expand Down

0 comments on commit ccc752c

Please sign in to comment.