Skip to content

Commit

Permalink
Update generic
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jun 23, 2021
1 parent 1f5ac06 commit cc465ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-commons/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class AdapterService<
D = Partial<T>,
O extends Partial<ServiceOptions> = Partial<ServiceOptions>
> implements ServiceMethods<T|Paginated<T>, D> {
options: ServiceOptions;
options: ServiceOptions & O;

constructor (options: O) {
this.options = Object.assign({
Expand Down

0 comments on commit cc465ed

Please # to comment.