Skip to content

Commit

Permalink
fix nil
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran committed Dec 23, 2024
1 parent 6f990ec commit 603e83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/apinode/apinode.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func NewAPINode(cfg *config.Config, db *db.DB, prv *ecdsa.PrivateKey) *APINode {
return &APINode{
cfg: cfg,
db: db,
prv: prv,
}
}

Expand Down

0 comments on commit 603e83b

Please sign in to comment.