Skip to content

Commit

Permalink
Remove tokenized import for json marshalling (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
galt-tr authored Sep 3, 2024
1 parent b5733d4 commit 815295e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion app/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"net/http"
"strings"

"encoding/json"
"github.com/bitcoin-sv/alert-system/app/config"
"github.com/bitcoin-sv/alert-system/app/models"
"github.com/tokenized/pkg/json"
)

// Payload is the payload for the webhook
Expand Down
4 changes: 0 additions & 4 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 815295e

Please sign in to comment.