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
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
define([
'uuid'
], function (
uuid
{ v4: uuid }
) {
function WorkerInterface(openmct) {
// eslint-disable-next-line no-undef