---
name: "\U0001F41B Bug Report"
about: "If something isn't working as expected \U0001F914."
title: ''
labels: 'type: potential issue :broken_heart:,needs triage'
assignees: ''

---

## Bug Report

## Current behavior
<!-- Describe how the issue manifests. -->

## Code
<!-- Repo link if applicable: -->

```ts
const your = (code) => here;
```

## Expected behavior
<!-- A clear and concise description of what you expected to happen (or code). -->

## Possible Solution
<!--- Any suggestions you have on a fix for the bug -->

## Environment
<!-- Any relevant info about the environment (dependencies, Nest version, etc.) where the bug occurs. -->

### Others
<!-- Anything else relevant?  Operating system version, IDE, package manager, ... -->