Skip to content

Commit c22c830

Browse files
committed
chore: remove duplicate sort
1 parent 6b8c753 commit c22c830

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/templates/typescript.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export const apply = async ({
108108
// OR if the function takes a table row but doesn't qualify as embedded (for error reporting)
109109
(inArgs[0].table_name && !func.return_table_name)))
110110
) {
111-
func.args.sort((a, b) => a.name.localeCompare(b.name))
112111
introspectionBySchema[func.schema].functions.push({ fn: func, inArgs })
113112
}
114113

0 commit comments

Comments
 (0)