@toa.io/extensions.exposition 1.0.0-alpha.216 → 1.0.0-alpha.219

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ export async function effect (input: Input, context: Context): Promise<Output |
27
27
  if (entry === null)
28
28
  return ERR_NOT_FOUND
29
29
 
30
- const id = entry.identity ?? entry.id
30
+ const id = entry.identity ?? entry.id // identity inception
31
31
 
32
32
  return { identity: { id } }
33
33
  }