Compare commits
2 commits
b04c17dc15
...
72200f17fd
Author | SHA1 | Date | |
---|---|---|---|
72200f17fd | |||
e5744e85ad |
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use crate::actors::repo::webhook::WebhookAuth;
|
|||
#[derive(Message, Debug, Clone, derive_more::Constructor)]
|
||||
#[rtype(result = "()")]
|
||||
pub struct WebhookMessage {
|
||||
// forge // TODO: differentiate between multiple forges
|
||||
// forge // TODO: (#58) differentiate between multiple forges
|
||||
repo_alias: RepoAlias,
|
||||
authorisation: WebhookAuth,
|
||||
body: Body,
|
||||
|
|
Loading…
Reference in a new issue