HBE 145 - fixes cookie parse issue (#17)

* feat: handled cookie parsing

* chore: enum added

* chore: enum name updated
This commit is contained in:
Mir Arif Hasan
2023-02-10 12:39:04 +06:00
committed by GitHub
parent 7336a3d9c7
commit b60d45ba76
2 changed files with 15 additions and 7 deletions

View File

@@ -8,7 +8,6 @@ import * as T from 'fp-ts/Task';
import * as E from 'fp-ts/Either';
import * as A from 'fp-ts/Array';
import { TeamMemberRole } from './team/team.model';
import { User } from './user/user.model';
import { JSON_INVALID } from './errors';
/**