Skip to content

Commit 490f4ee

Browse files
committed
Merge branch 'fix-event-sync' of https://github.com/ngageoint/mage-server into fix-observation-sync
2 parents 25416d8 + 81961d5 commit 490f4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/arcgis/service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const arcgisPluginHooks: InitPluginHook<typeof InjectedServices> = {
206206
url: updateService.url,
207207
layers: layers,
208208
// Map exisiting identityManager, client does not send this
209-
identityManager: existingService?.identityManager,
209+
identityManager: existingService?.identityManager || '',
210210
};
211211
});
212212

0 commit comments

Comments
 (0)