Skip to content

Commit

Permalink
fix: eol and format
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavonobreza committed Dec 10, 2023
1 parent cc0a416 commit 607722f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"editorconfig.editorconfig"
]
}
4 changes: 2 additions & 2 deletions src/characters/characters.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export class CharactersService {
exactlyMatchId + 10
? [all[exactlyMatchId]]
: semiMatch.length
? semiMatch
: alternativeMatch;
? semiMatch
: alternativeMatch;

if (!find.length) {
// throw new NotFoundException('Character not found');
Expand Down
4 changes: 2 additions & 2 deletions src/clans/clans.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export class ClansService {
exactlyMatchId + 10
? [all[exactlyMatchId]]
: semiMatch.length
? semiMatch
: alternativeMatch;
? semiMatch
: alternativeMatch;

if (!find.length) {
// throw new NotFoundException('Clan not found');
Expand Down

1 comment on commit 607722f

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 607722f Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "fastify" not prefixed with / or ./ or ../

Please sign in to comment.