Skip to content

Commit 8bdf615

Browse files
Update components/hamsa/actions/list-jobs/list-jobs.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0fd8ddd commit 8bdf615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hamsa/actions/list-jobs/list-jobs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
$,
1515
});
1616

17-
$.export("$summary", `Successfully fetched ${response?.data?.jobs?.legnth} jobs.`);
17+
$.export("$summary", `Successfully fetched ${response?.data?.jobs?.length} jobs.`);
1818

1919
return response;
2020
},

0 commit comments

Comments
 (0)