fixed EmployeesController. Correct error response in store function
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user