Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Merge pull request #4 from TeaHouseFC/infrastructure/Add-Postgres-Ins… #15

Merge pull request #4 from TeaHouseFC/infrastructure/Add-Postgres-Ins…

Merge pull request #4 from TeaHouseFC/infrastructure/Add-Postgres-Ins… #15

GitHub Actions / Qodana for JS completed Aug 24, 2024 in 0s

5 new problems found by Qodana for JS

Qodana for JS

5 new problems were found

Inspection name Severity Problems
Unused local symbol 🔶 Warning 3
Unused import 🔶 Warning 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 4 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused import specifier ClientOptions

Check warning on line 5 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused import

Unused  

```
import { APIUser} from 'discord-api-types/v10';
```

Check warning on line 3 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant dotenv

Check warning on line 21 in src/Commands/GetCharacterId.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused local variable server

Check warning on line 7 in src/Listeners/InteractionCreate.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant data