Alpha order

This commit is contained in:
Alex Corey 2020-02-19 09:07:51 -05:00
parent d4ba32d0c5
commit 3ee6f1f3c7

View File

@ -52,10 +52,6 @@ class WorkflowJobTemplates extends Base {
});
}
readWebhookKey(id) {
return this.http.get(`${this.baseUrl}${id}/webhook_key/`);
}
}
export default WorkflowJobTemplates;