Skip to content

Commit

Permalink
fix symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza authored and tim-smart committed Oct 21, 2024
1 parent 5df65e5 commit 594b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/Inspectable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export interface Redactable {
* @since 3.10.0
* @category type ids
*/
export const RedactableId: unique symbol = Symbol.for("@effect/platform/Headers")
export const RedactableId: unique symbol = Symbol.for("effect/Inspectable/Redactable")

/**
* @since 3.10.0
Expand Down

0 comments on commit 594b304

Please sign in to comment.