mirror of
https://github.com/nasa/openmct.git
synced 2025-05-04 01:32:54 +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([
|
define([
|
||||||
'uuid'
|
'uuid'
|
||||||
], function (
|
], function (
|
||||||
uuid
|
{ v4: uuid }
|
||||||
) {
|
) {
|
||||||
function WorkerInterface(openmct) {
|
function WorkerInterface(openmct) {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
define([
|
define([
|
||||||
'uuid'
|
'uuid'
|
||||||
], function (
|
], function (
|
||||||
uuid
|
{ v4: uuid }
|
||||||
) {
|
) {
|
||||||
return function Migrations(openmct) {
|
return function Migrations(openmct) {
|
||||||
function getColumnNameKeyMap(domainObject) {
|
function getColumnNameKeyMap(domainObject) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user