Alpha order

This commit is contained in:
Alex Corey
2020-03-03 11:57:36 -05:00
parent d4ba32d0c5
commit 3ee6f1f3c7
@@ -52,10 +52,6 @@ class WorkflowJobTemplates extends Base {
}); });
} }
readWebhookKey(id) {
return this.http.get(`${this.baseUrl}${id}/webhook_key/`);
}
} }
export default WorkflowJobTemplates; export default WorkflowJobTemplates;