Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SchroterQuentin committed Nov 10, 2023
1 parent 0907ded commit 1754d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bones.UI/core/serviceFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ServiceFactory<TDetailsDTO, TDetails> {
entityInfos: new (dto: TInfosDTO) => TInfos,
) {
return this.create(factory => factory.build(
factory.addNotify<TDetails>(),
factory.addNotify(),
factory.addGetMany<TInfosDTO, TInfos, TFilterDTO>(manyURL, entityInfos),
factory.addGet(id => oneURL(id)),
factory.addCreate<TCreateDTO>(manyURL),
Expand Down

0 comments on commit 1754d29

Please sign in to comment.