Skip to content

Commit

Permalink
Merge branch 'fix-event-sync' of https://github.com/ngageoint/mage-se…
Browse files Browse the repository at this point in the history
…rver into fix-observation-sync
  • Loading branch information
ryanslatten committed Jan 15, 2025
2 parents 25416d8 + 81961d5 commit 490f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/arcgis/service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const arcgisPluginHooks: InitPluginHook<typeof InjectedServices> = {
url: updateService.url,
layers: layers,
// Map exisiting identityManager, client does not send this
identityManager: existingService?.identityManager,
identityManager: existingService?.identityManager || '',
};
});

Expand Down

0 comments on commit 490f4ee

Please sign in to comment.