Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memo message #401

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Memo message #401

wants to merge 14 commits into from

Conversation

SeddikKadi
Copy link
Collaborator

No description provided.

Seddik and others added 13 commits May 17, 2024 15:55
…not projected balance

Pending transactions might not be processed in chronological order in
some financial backends. This can lead to transactions to be rejected
due to monujo showing the projected balance. This fix will check the
real balance (without the pending transactions) before sending a new
transaction.
Test are now failing regularly with timeout and make this change
required.
… confirmation message

Once the transaction is successfully sent, we are checking afterwards
if it is correctly registered on the financial backend. It this check
fails, we must explain the situation clearly to the user as the
transaction was probably correctly processed, but our failing check,
should probably raise the vigilance of the user.
Copy link

🌲 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 <div#topup-loading-spinner.vl-overlay.vl-active> not to exist in the DOM, but it was continuously found.

Copy link

✔️ translation is up-to-date

✔️ code style matches our guidelines

📃 Metrics report

Bundle size analysis

-175388	js/app.5154e97b.js
-1983223	js/chunk-vendors.edf1c7d5.js
-242886	css/app.bc62bd37.css
+181377	js/app.bc31f086.js
+1983733	js/chunk-vendors.da25c42e.js
+243903	css/app.37c379cc.css

Eslint analysis

-/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/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: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/MoneyRequestModal.vue:145:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:152:13: 'svgQrCode' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:175:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:228:27: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/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:236:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:251:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:252:13: 'currencyIds' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:253:15: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:255:68: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:313:39: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:316:36: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:322:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:333:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:360:13: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:394:13: 'dateBegin' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:394:13: 'dateBegin' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:403:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:454:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:488:34: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:508: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 `&rbrace;`? [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 `&rbrace;`? [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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants