vault/ui/config/deprecation-workflow.js
Angel Garbarino 1229f5723a
Ember data remove deprecation Ember Promise Many Array behaviors (#28652)
* fix

* remove deprecation from config
2024-10-09 11:19:10 -07:00

16 lines
344 B
JavaScript

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
/* global self */
self.deprecationWorkflow = self.deprecationWorkflow || {};
self.deprecationWorkflow.config = {
throwOnUnhandled: false,
};
self.deprecationWorkflow.config = {
// current output from deprecationWorkflow.flushDeprecations();
workflow: [],
};