chore: changed the schema of database to only store timestamp without timezone info

This commit is contained in:
Balu Babu
2023-01-19 05:13:21 +05:30
parent 9433aa503b
commit 364381f017
3 changed files with 11 additions and 5 deletions

View File

@@ -6,8 +6,6 @@ import { GqlUser } from '../decorators/gql-user.decorator';
@Resolver(() => User)
export class UserResolver {
// TODO: remove the eslint-disable line below once dependencies are added to user.service file
// eslint-disable-next-line @typescript-eslint/no-empty-function
constructor() {}
@Query(() => User, {