Skip to content

Commit

Permalink
Fix service discovery key to agree with Architect deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Mar 9, 2023
1 parent 0687e67 commit 398f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import memoizee from 'memoizee'
export const search = memoizee(
async () => {
const discoveredServices = await services()
const props = discoveredServices['nasa-gcn']?.['architect-plugin-search']
const props = discoveredServices['nasa_gcn-architect_plugin_search']
const node = props?.node
const service = props?.sig4service
if (!node) throw new Error('unknown endpoint')
Expand Down

0 comments on commit 398f56c

Please sign in to comment.