mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 07:48:39 -05:00
Fix project update model
This commit is contained in:
committed by
Jake McDermott
parent
52a6cca206
commit
41d3d29ae8
@@ -1,7 +1,7 @@
|
||||
let BaseModel;
|
||||
|
||||
function ProjectUpdateModel (method, resource, config) {
|
||||
BaseModel.call(this, 'jobs');
|
||||
BaseModel.call(this, 'project_updates');
|
||||
|
||||
this.Constructor = ProjectUpdateModel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user