fixed lint problem

This commit is contained in:
Ralf Bauer 2025-01-11 01:53:13 +01:00
parent e07353ceef
commit 5035591800

View File

@ -8,7 +8,7 @@
import { defineComponent } from 'vue';
import { CalendarHeatmap } from 'vue3-calendar-heatmap'
import { authHeader, handleResponse } from '@/utils/authentication';
let data: Array<{ date: Date; count: number; }> = [];
const data: Array<{ date: Date; count: number; }> = [];
export default defineComponent({
components: {