summaryrefslogtreecommitdiffstats
path: root/src/api/server/ServerApi.ts
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-12-03 19:32:14 -0700
committerLibravatar GitHub <noreply@github.com>2023-12-03 19:32:14 -0700
commit1a4119f2f6cf13e30db0baa00bbb29355e1dae93 (patch)
tree5318a894513bb93e1d1897dfc84a52f62779d88f /src/api/server/ServerApi.ts
parent6.6.1-nightly.16 [skip ci] (diff)
downloadferdium-app-1a4119f2f6cf13e30db0baa00bbb29355e1dae93.tar.gz
ferdium-app-1a4119f2f6cf13e30db0baa00bbb29355e1dae93.tar.zst
ferdium-app-1a4119f2f6cf13e30db0baa00bbb29355e1dae93.zip
chore: project maintenance (#1466)
- temporarily disable newly introduced `jsx-a11y/control-has-associated-label` rule - add `--quiet` flag to lint command to see issues with error level only - reuse `lint` command for `lint:fix` command - use `--cache` flag for `prettier` and `eslint` commands - upgrade all non-major dependencies to latest except for `esbuild` - run `pnpm dedupe` to simplify lockfile - autofix various `.ts` and `.tsx` files with `pnpm prepare-code` command - disable newly discovered lint issue in `SearchInput`
Diffstat (limited to 'src/api/server/ServerApi.ts')
-rw-r--r--src/api/server/ServerApi.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.ts b/src/api/server/ServerApi.ts
index c6cbbd2e2..6e4485cfb 100644
--- a/src/api/server/ServerApi.ts
+++ b/src/api/server/ServerApi.ts
@@ -542,7 +542,6 @@ export default class ServerApi {
542 return Promise.all( 542 return Promise.all(
543 services.map(async (service: any) => this._prepareServiceModel(service)), 543 services.map(async (service: any) => this._prepareServiceModel(service)),
544 ); 544 );
545 /* eslint-enable no-return-await */
546 } 545 }
547 546
548 async _prepareServiceModel(service: { recipeId: string }) { 547 async _prepareServiceModel(service: { recipeId: string }) {