mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 07:46:36 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -64,9 +64,5 @@ export const handleDockerContainersMessage: MessageHandler = async (
|
||||
return;
|
||||
}
|
||||
|
||||
await applyNewtDockerBlueprint(
|
||||
newt.siteId,
|
||||
newt.newtId,
|
||||
containers
|
||||
);
|
||||
await applyNewtDockerBlueprint(newt.siteId, newt.newtId, containers);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user