mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
Updated the dependency injection syntax to use v4 instead of default (#5279)
This commit is contained in:
parent
dfb726b924
commit
50b642fabe
@ -23,7 +23,7 @@
|
||||
define([
|
||||
'uuid'
|
||||
], function (
|
||||
uuid
|
||||
{ v4: uuid }
|
||||
) {
|
||||
function WorkerInterface(openmct) {
|
||||
// eslint-disable-next-line no-undef
|
||||
|
@ -23,7 +23,7 @@
|
||||
define([
|
||||
'uuid'
|
||||
], function (
|
||||
uuid
|
||||
{ v4: uuid }
|
||||
) {
|
||||
return function Migrations(openmct) {
|
||||
function getColumnNameKeyMap(domainObject) {
|
||||
|
Loading…
Reference in New Issue
Block a user