nodejs-backend-architecture-typescript icon indicating copy to clipboard operation
nodejs-backend-architecture-typescript copied to clipboard

Type 'Promise<Blog>' is not assignable to type 'Promise<Blog[]>'.ts(2322)

Open yeahse opened this issue 2 years ago • 0 comments

I just cloned it and

Type 'Promise<Blog>' is not assignable to type 'Promise<Blog[]>'.ts(2322)

there are red lines in BlogRepo.ts file

yeahse avatar Feb 26 '22 14:02 yeahse