Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Feb 28, 2025
1 parent 691b54e commit 5012bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/httpRoutes/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ computeRoutes.get(`${SERVICES_API_BASE_PATH}/computeStreamableLogs`, async (req,
true
)
const resultComputeTask: ComputeGetStreamableLogsCommand = {
command: PROTOCOL_COMMANDS.COMPUTE_GET_RESULT,
command: PROTOCOL_COMMANDS.COMPUTE_GET_STREAMABLE_LOGS,
node: (req.query.node as string) || null,
consumerAddress: (req.query.consumerAddress as string) || null,
jobId: (req.query.jobId as string) || null,
Expand Down

0 comments on commit 5012bb1

Please sign in to comment.