Working webhook
This commit is contained in:
parent
c976f7b53f
commit
7b45214ca9
6 changed files with 157 additions and 39 deletions
|
|
@ -5,11 +5,12 @@ export class WorkRepository {
|
|||
}
|
||||
}
|
||||
|
||||
update({ id, id_user, id_work, uri, last_check }) {
|
||||
update({ id, id_user, id_work, uri, secret, last_check }) {
|
||||
this.id = id;
|
||||
this.id_user = id_user;
|
||||
this.id_work = id_work;
|
||||
this.uri = uri;
|
||||
this.secret = secret;
|
||||
this.last_check = last_check;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue