style: fix linting issues met ESLint
This commit is contained in:
parent
4e6f7ccb3d
commit
b963101f62
4 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ import { DwengoEntityRepository } from "../data/dwengo-entity-repository";
|
|||
*
|
||||
* @returns Nothing.
|
||||
*/
|
||||
export async function putObject<T extends Object, DTO>(
|
||||
export async function putObject<T extends object, DTO>(
|
||||
object: T,
|
||||
data: Partial<EntityDTO<FromEntityType<T>>>,
|
||||
repo: DwengoEntityRepository<T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue