Changeset 0.28.3.2 (#189)
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
// publishing, instance lifecycle, and assignment queue operations.
|
||||
// Loaded after api.js on the chat and admin surfaces.
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
if (typeof API === 'undefined') return;
|
||||
|
||||
// ── Workflow Definitions ────────────────
|
||||
|
||||
API.listWorkflows = function(teamId) {
|
||||
@@ -99,4 +95,3 @@
|
||||
API.completeAssignment = function(id) {
|
||||
return this._post(`/api/v1/workflow-assignments/${id}/complete`, {});
|
||||
};
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user