Skip to content

Commit

Permalink
Signature fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Nov 14, 2024
1 parent 396015a commit 5e0ca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/BaseEntityService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export default abstract class BaseEntityService extends HttpSession {
entity,
args
}
});
}) as Promise<T>;
}

public save<T extends IClrEntity>(body: T, cloner?: (c: Cloner<T>) => Cloner<T>, trace?: boolean): Promise<T>;
Expand Down

0 comments on commit 5e0ca01

Please sign in to comment.