Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Aug 7, 2024
1 parent 3e8175e commit 64434ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default class DeprecationCollector extends Service {
super(...arguments);
handler = this.track;

// TODO
const workflowConfig = window.deprecationWorkflow?.config?.workflow || {};
for (const c of workflowConfig) {
this.#configById.set(c.matchId, c.handler);
Expand Down

0 comments on commit 64434ca

Please sign in to comment.