Skip to content

Commit

Permalink
fix: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Dec 11, 2023
1 parent e1ba676 commit f933900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export type BaseUpdateNode = {
name?: string
description?: string
reward?: string
authorized?: string[]
authorized?: string | string[]
locked?: boolean
registration_url?: string
manager?: string
Expand Down

0 comments on commit f933900

Please sign in to comment.