Skip to content

Commit

Permalink
set context background
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiKaestle committed Aug 4, 2023
1 parent ce78f5b commit 7fd5e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dao/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func DepositUpdate(ctx context.Context, i *models.DepositUpdate, token *vcapool.
return
}

ctx = context.Background()
if i.Status == "confirmed" {
go func() {

Expand Down

0 comments on commit 7fd5e31

Please sign in to comment.