Skip to content

Commit 7d5586d

Browse files
authored
List Workflows, not Runs
1 parent 46e7530 commit 7d5586d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/seqera/seqera.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ export default {
165165
...args,
166166
});
167167
},
168-
listRuns(args = {}) {
168+
listWorkflows(args = {}) {
169169
return this._makeRequest({
170-
path: "/ga4gh/wes/v1/runs",
170+
path: "/workflow?workspaceId=${workspaceId}",
171171
...args,
172172
});
173173
},

0 commit comments

Comments
 (0)