Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Dec 19, 2024
1 parent 169f214 commit e022e8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion babex-vue/src/components/agenda/AgendaCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
let last: Array<any> | null = null;
let lastArgs: {start: string, end: string} | null = null;
return (info, success, fail) => {
return (info: any, success: any) => {
let args = {start: info.startStr, end: info.endStr};
fetch(
url + '?' + new URLSearchParams(args)
Expand Down
1 change: 0 additions & 1 deletion babex-vue/src/tel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import imgFlags from 'intl-tel-input/build/img/flags.webp';
import imgFlags2 from 'intl-tel-input/build/img/[email protected]';
import imgGlobe from 'intl-tel-input/build/img/globe.webp';
import imgGlobe2 from 'intl-tel-input/build/img/[email protected]';
// @ts-expect-error i18n module has no types
import { nl } from 'intl-tel-input/i18n';


Expand Down

0 comments on commit e022e8a

Please sign in to comment.