mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Update wrong import
This commit is contained in:
@@ -5,8 +5,9 @@ import {
|
||||
fetchDailyStatistics,
|
||||
fetchMonthlyStatistics,
|
||||
fetchStatistics,
|
||||
fetchWeeklyStatistics, Stats,
|
||||
fetchWeeklyStatistics,
|
||||
} from 'App/Utils/StatsUtils'
|
||||
import { Stats } from 'App/Types/IStats'
|
||||
|
||||
export async function UpdateGithubReadme(): Promise<void> {
|
||||
const daily_stats = await fetchDailyStatistics()
|
||||
|
||||
Reference in New Issue
Block a user