fixed EmployeesController. Correct error response in store function

This commit is contained in:
Sockenklaus
2021-11-17 10:08:17 +01:00
parent 583a74bcdc
commit d13ec611a5
2 changed files with 17 additions and 22 deletions

View File

@@ -22,7 +22,7 @@ export default class SettingsController {
}
public async get({params, auth, response}: HttpContextContract): Promise<ResultSetting | null> {
public async get({params, auth}: HttpContextContract): Promise<ResultSetting | null> {
const key = params.key