fix api reports
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
99ecdbaf95
commit
3bdbba8c00
@@ -122,7 +122,11 @@ function createInstanceMetadataServiceFactory(
|
||||
modules: [],
|
||||
};
|
||||
}
|
||||
installedPlugins[feature.pluginId].modules.push({
|
||||
(
|
||||
installedPlugins[feature.pluginId].modules as Array<{
|
||||
moduleId: string;
|
||||
}>
|
||||
).push({
|
||||
moduleId: feature.moduleId,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user