File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 42
42
43
43
strategy :
44
44
matrix :
45
- node-version : [16 .x]
45
+ node-version : [18 .x]
46
46
47
47
steps :
48
48
- uses : actions/checkout@v3
70
70
71
71
strategy :
72
72
matrix :
73
- node-version : [16 .x]
73
+ node-version : [18 .x]
74
74
75
75
steps :
76
76
- uses : actions/checkout@v3
98
98
99
99
strategy :
100
100
matrix :
101
- node-version : [16 .x]
101
+ node-version : [18 .x]
102
102
103
103
steps :
104
104
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ import { CatFindQuery } from '../query/CatFindQuery';
8
8
9
9
@Injectable ( )
10
10
export class FindCatManager extends FindManager < CatFindQuery , Cat > {
11
- public constructor (
12
- @Inject ( FindCatMikroOrmAdapter ) findCatMikroOrmAdapter : FindAdapter < CatFindQuery , Cat > ,
13
- ) {
11
+ public constructor ( @Inject ( FindCatMikroOrmAdapter ) findCatMikroOrmAdapter : FindAdapter < CatFindQuery , Cat > ) {
14
12
super ( findCatMikroOrmAdapter ) ;
15
13
}
16
14
}
You can’t perform that action at this time.
0 commit comments