Skip to content

Commit d3a2825

Browse files
Update components/hex/actions/list-data-connections/list-data-connections.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d383ec3 commit d3a2825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hex/actions/list-data-connections/list-data-connections.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ export default {
5959
$.export("$summary", `Successfully listed ${results.length} data connection${results.length === 1
6060
? ""
6161
: "s"}`);
62-
return response;
62+
return results;
6363
},
6464
};

0 commit comments

Comments
 (0)