Skip to content

Commit

Permalink
Fixed: null meta data issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Oct 18, 2023
1 parent 07824a7 commit 0fb8c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class UserService {
select: {
metaData: true
}
}))['metaData']
}))?.metaData
}
}
}
Expand Down

0 comments on commit 0fb8c8a

Please sign in to comment.