Skip to content

Commit acae1cf

Browse files
committed
Fix route
1 parent 37fb68c commit acae1cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/utilities/route-for.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ export const routeForWorkerDeploymentVersion = ({
212212
deployment: string;
213213
version: string;
214214
}) => {
215-
return `${routeForWorkerDeployment({namespace, deployment)}/version/${version}`;
215+
return `${routeForWorkerDeployment({
216+
namespace,
217+
deployment,
218+
})}/version/${version}`;
216219
};
217220

218221
export const routeForRelationships = (

0 commit comments

Comments
 (0)