From 9a1de5d9689986d70d1f078151e8e4fb60080c9d Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Mon, 21 Oct 2024 15:57:54 -0400 Subject: [PATCH] refactor(api-client): update link bindings for /runs/runId/currentState --- api-client/src/runs/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/src/runs/types.ts b/api-client/src/runs/types.ts index 0415367f1e6..a2314e96492 100644 --- a/api-client/src/runs/types.ts +++ b/api-client/src/runs/types.ts @@ -98,7 +98,7 @@ export interface RunsLinks { } export interface RunCommandLink { - current: CommandLinkNoMeta + last: CommandLinkNoMeta } export interface CommandLinkNoMeta {