style: fix linting issues met Prettier
This commit is contained in:
parent
aa1de9bfa3
commit
aa2d4242ae
5 changed files with 17 additions and 10 deletions
|
@ -11,8 +11,8 @@ import { DwengoEntityRepository } from '../data/dwengo-entity-repository';
|
|||
* @returns Nothing.
|
||||
*/
|
||||
export async function putObject<T extends object>(
|
||||
object: T,
|
||||
data: Partial<EntityDTO<FromEntityType<T>>>,
|
||||
object: T,
|
||||
data: Partial<EntityDTO<FromEntityType<T>>>,
|
||||
repo: DwengoEntityRepository<T>
|
||||
): Promise<void> {
|
||||
repo.assign(object, data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue