Updated the dependency injection syntax to use v4 instead of default (#5279)

This commit is contained in:
Michael Rogers 2022-06-02 13:42:11 -05:00 committed by GitHub
parent dfb726b924
commit 50b642fabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) {