HSB-514 refactor: remove unused CollType GQL enum (#5074)
chore: removed unused CollType GQL enum
This commit is contained in:
parent
3bf44638e1
commit
7ee33abdef
2 changed files with 1 additions and 9 deletions
|
|
@ -28,7 +28,7 @@ services:
|
|||
environment:
|
||||
# DATABASE_URL is read from the .env file to allow the backend to connect with an external database.
|
||||
# This allows the backend to retain existing data and prevents database resets during deployments.
|
||||
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
||||
# - DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
||||
- ENABLE_SUBPATH_BASED_ACCESS=true
|
||||
env_file:
|
||||
- ./.env
|
||||
|
|
|
|||
|
|
@ -58,10 +58,6 @@ export class UserCollectionRemovedData {
|
|||
type: ReqType;
|
||||
}
|
||||
|
||||
registerEnumType(ReqType, {
|
||||
name: 'CollType',
|
||||
});
|
||||
|
||||
@ObjectType()
|
||||
export class UserCollectionExportJSONData {
|
||||
@Field(() => ID, {
|
||||
|
|
@ -119,7 +115,3 @@ export class UserCollectionDuplicatedData {
|
|||
})
|
||||
requests: UserRequest[];
|
||||
}
|
||||
|
||||
registerEnumType(ReqType, {
|
||||
name: 'CollType',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue