Skip to content

Commit

Permalink
refactor: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Jul 6, 2024
1 parent 6ab4595 commit a43a22e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ var (
errDirectoryStore = errors.New("could not store directory")
errFileStore = errors.New("could not store file")
errInvalidPostageBatch = errors.New("invalid postage batch id")
errInvalidPostageStamp = errors.New("invalid postage stamp")
errBatchUnusable = errors.New("batch not usable")
errUnsupportedDevNodeOperation = errors.New("operation not supported in dev mode")
errOperationSupportedOnlyInFullMode = errors.New("operation is supported only in full mode")
Expand Down

0 comments on commit a43a22e

Please sign in to comment.