mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
Fix ts and add note about ipv4
This commit is contained in:
@@ -618,8 +618,8 @@ export async function handleMessagingForUpdatedSiteResource(
|
||||
);
|
||||
|
||||
await updateTargets(newt.newtId, {
|
||||
oldTargets: [oldTarget],
|
||||
newTargets: [newTarget]
|
||||
oldTargets: oldTarget ? [oldTarget] : [],
|
||||
newTargets: newTarget ? [newTarget] : []
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user