mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 20:19:26 +01:00
Working on new features
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import {HttpContextContract} from "@ioc:Adonis/Core/HttpContext";
|
||||
import Redis from "@ioc:Adonis/Addons/Redis";
|
||||
import {UpdateGitHubReadme} from "App/tasks/UpdateGithubReadme";
|
||||
import Logger from "@ioc:Adonis/Core/Logger";
|
||||
import {UpdateGitHubReadme} from "app/Tasks/UpdateGithubReadme";
|
||||
|
||||
export default class StatesController {
|
||||
|
||||
@@ -52,7 +51,6 @@ export default class StatesController {
|
||||
message: 'State successfully updated !'
|
||||
})
|
||||
}
|
||||
Logger.info("Finish")
|
||||
}
|
||||
|
||||
public getStatus(state: string | null): string {
|
||||
|
||||
Reference in New Issue
Block a user