Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 25, 2024
1 parent d74e325 commit dd3e651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: '1'
fetch-depth: '0'
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
Expand Down
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ func NewApp(
app.bankKeeper,
app.liquidKeeper,
)

earnKeeper := earnkeeper.NewKeeper(
appCodec,
keys[earntypes.StoreKey],
Expand Down

0 comments on commit dd3e651

Please sign in to comment.