mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-19 14:31:36 +01:00
Add Utils class to simplify the life
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { HttpContextContract } from '@ioc:Adonis/Core/HttpContext'
|
||||
import CommandsRun from "App/Models/CommandsRun";
|
||||
import {DateTime} from "luxon";
|
||||
import BuildsRun from "App/Models/BuildsRun";
|
||||
import {
|
||||
fetchDailyStatistics,
|
||||
fetchMonthlyStatistics,
|
||||
fetchStatistics,
|
||||
fetchWeeklyStatistics
|
||||
} from "App/Tasks/DevelopmentHoursTask";
|
||||
import CommandsRun from "App/Models/CommandsRun";
|
||||
import {DateTime} from "luxon";
|
||||
import BuildsRun from "App/Models/BuildsRun";
|
||||
} from "App/Utils/StatsUtils";
|
||||
|
||||
export default class StatsController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user