Skip to content

Commit 6ee1a19

Browse files
author
KoLiBer
committed
chore: change code line numbers
1 parent 0bc57c2 commit 6ee1a19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/repositories/filter.repository.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ import {
1212
EntityNotFoundError,
1313
} from "@loopback/repository";
1414

15+
export interface FilterOptions extends Options {
16+
context: Context;
17+
}
18+
1519
/**
1620
* This interface contains additional types added to FilterRepositoryMixin type
1721
*/
@@ -21,10 +25,6 @@ export interface FilterRepository<
2125
Relations extends object = {}
2226
> {}
2327

24-
export interface FilterOptions extends Options {
25-
context: Context;
26-
}
27-
2828
/**
2929
* +--------+
3030
* | create |

0 commit comments

Comments
 (0)