AbhilakshSinghReen

Results 3 issues of AbhilakshSinghReen

The 'DiskStorage' function in 'storage\disk.js' will now check if the destination folder exists on the disk or not. Earlier this check was only being performed when the destination was passed...

enhancement

Checks for if the user requesting to add/remove people from a group is the admin of the group have been added in the 'addToGroup' and 'removeFromGroup' chat controllers.

In the `@databases/pg` package, dates and timestamps returned on querying the Postgres DB are not the same as what is stored in the DB. Instead, they are offset by the...