Lokavaluto / monujo

GNU Affero General Public License v3.0
2 stars 4 forks source link

Reconversion #400

Closed SeddikKadi closed 1 week ago

github-actions[bot] commented 2 months ago

:evergreen_tree: test report

Passes: 9, failures: 1, pending: 0, skipped: 0, other: 0. | State | Description | | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | fail | **Filepath**: tests/e2e/spec.cy.ts
**Title**: General processes when logged in Top-up process
**Error**: AssertionError: Timed out retrying after 60000ms: Expected not to exist in the DOM, but it was continuously found. |
github-actions[bot] commented 2 months ago

✔️ translation is up-to-date

✔️ code style matches our guidelines

:page_with_curl: Metrics report

Bundle size analysis

```diff -175388 js/app.5154e97b.js -1983223 js/chunk-vendors.edf1c7d5.js -242886 css/app.bc62bd37.css +178645 js/app.7c9f44d9.js +1983733 js/chunk-vendors.da25c42e.js +243060 css/app.c47c95a0.css ```

Eslint analysis

```diff -/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:45:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for] +/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:104:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for] +/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:152:49: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:155:48: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:161:45: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:191:11: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:195:13: 'orderId' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:199:11: 'paymentStatus' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:212:13: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:217:13: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:232:17: 'modalArgs' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:233:17: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:240:17: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:251:15: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:260:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:197:11: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:201:13: 'orderId' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:205:11: 'paymentStatus' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:218:13: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:223:13: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:238:17: 'modalArgs' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:239:17: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:246:17: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:257:15: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:266:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:101:12: 'mapGetters' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:132:13: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:177:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:213:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:112:10: 'UseBatchLoading' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:135:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:140:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:147:13: 'svgQrCode' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:118:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:126:13: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:171:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:207:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:132:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:137:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:144:13: 'svgQrCode' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:116:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:228:11: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:238:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:239:13: 'currencyIds' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:240:15: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:242:68: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:297:39: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:300:36: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:306:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:316:11: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:343:13: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:376:13: 'dateBegin' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:376:13: 'dateBegin' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:384:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:435:11: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:463:34: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:483:38: 'reject' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:234:11: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:249:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:250:13: 'currencyIds' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:251:15: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:253:68: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:308:39: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:311:36: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:317:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:327:11: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:354:13: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:387:13: 'dateBegin' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:387:13: 'dateBegin' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:395:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:446:11: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:474:34: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:494:38: 'reject' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:115:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:131:24: 'mapState' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:138:17: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:140:33: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:184:45: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:200:39: 'oldval' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:212:31: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:215:41: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:215:57: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:221:11: Unexpected console statement. [Warning/no-console] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:237:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:246:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:111:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:123:24: 'mapState' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:130:17: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:132:33: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:176:45: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:192:39: 'oldval' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:204:31: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:207:41: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:207:57: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:213:11: Unexpected console statement. [Warning/no-console] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:229:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:238:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:268:10: 'TransactionListRecent' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:289:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:410:15: 'dateBeginStr' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:411:15: 'dateEndStr' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:424:13: 'csvDataLine' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:434:18: 'e' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:435:15: 'name' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:436:16: 'sender' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:436:24: 'receiver' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:439:15: 'data' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:530:55: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:546:45: 'newIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:546:53: 'oldIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:551:14: 'newBegin' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:551:24: 'newEnd' is never reassigned. Use 'const' instead. [Error/prefer-const] -/home/runner/work/monujo/monujo/src/components/TransactionListRecent.vue:122:8: Parsing error: Unexpected token. Did you mean `{'}'}` or `}`? [Error] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:272:10: 'TransactionListRecent' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:293:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:414:15: 'dateBeginStr' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:415:15: 'dateEndStr' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:428:13: 'csvDataLine' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:438:18: 'e' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:439:15: 'name' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:440:16: 'sender' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:440:24: 'receiver' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:443:15: 'data' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:534:55: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:550:45: 'newIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:550:53: 'oldIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:555:14: 'newBegin' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:555:24: 'newEnd' is never reassigned. Use 'const' instead. [Error/prefer-const] +/home/runner/work/monujo/monujo/src/components/TransactionListRecent.vue:125:8: Parsing error: Unexpected token. Did you mean `{'}'}` or `}`? [Error] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:73:53: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:79:65: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:101:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:109:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:120:25: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:140:49: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:143:11: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:146:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:147:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:148:43: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:149:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:180:66: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:184:52: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/services/lokapiService.ts:211:67: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:74:53: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:80:65: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:104:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:112:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:123:25: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:143:49: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:146:11: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:149:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:150:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:151:43: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:152:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:183:66: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:187:52: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/services/lokapiService.ts:214:67: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] -/home/runner/work/monujo/monujo/src/views/Dashboard.vue:64:32: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] +/home/runner/work/monujo/monujo/src/views/Dashboard.vue:68:32: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] ```