Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
shiki-tak committed Jun 16, 2022
1 parent 606ba24 commit 64da1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/types/json_matching.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package types
import (
"encoding/json"

sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
sdkerrors "github.com/line/lbm-sdk/types/errors"
)

// isJSONObjectWithTopLevelKey checks if the given bytes are a valid JSON object
Expand Down

0 comments on commit 64da1eb

Please sign in to comment.