Skip to content

Commit

Permalink
Fix binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Feb 8, 2024
1 parent 2340bd1 commit fe74774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialization/untyped_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ func NewUntypedNode() *UntypedNode {
}

// CreateUntypedNodeFromDiscriminatorValue a new untyped node and from a parse node.
func (m *UntypedNode) CreateUntypedNodeFromDiscriminatorValue(parseNode ParseNode) (Parsable, error) {
func CreateUntypedNodeFromDiscriminatorValue(parseNode ParseNode) (Parsable, error) {
return NewUntypedNode(), nil
}

0 comments on commit fe74774

Please sign in to comment.