fix bug salary / nopaid
This commit is contained in:
parent
566b4db692
commit
dd06c1f71f
5 changed files with 13 additions and 18 deletions
|
|
@ -122,7 +122,7 @@ export class ProfileNopaidEmployeeController extends Controller {
|
|||
}
|
||||
|
||||
@Delete("{nopaidId}")
|
||||
public async deleteTraning(@Path() nopaidId: string) {
|
||||
public async deleteNopaid(@Path() nopaidId: string) {
|
||||
await this.nopaidHistoryRepository.delete({
|
||||
profileNopaidId: nopaidId,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue