Skip to content

Commit e6b10a3

Browse files
author
Daniel Knogl
committed
refactor: fix type issue
1 parent 880a591 commit e6b10a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generator/01-base/static/queriesWithQueryLanguage.ts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const _some = (
363363
: undefined,
364364
...assembleFilterParam(query?.where),
365365
...flattenSort(query?.sort),
366-
...assembleOrderBy(query.orderBy),
366+
...assembleOrderBy(query?.orderBy),
367367
...query?.params,
368368
...query?.pagination
369369
};

0 commit comments

Comments
 (0)