Skip to content

Commit b20b349

Browse files
authored
fix(stripe): client context (#3742)
1 parent 70b5821 commit b20b349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmeter/app/stripe/client/invoice_line.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package client
22

33
import (
4+
"context"
45
"errors"
56
"fmt"
67

78
"github.com/samber/lo"
89
"github.com/stripe/stripe-go/v80"
9-
"golang.org/x/net/context"
1010

1111
"github.com/openmeterio/openmeter/pkg/slicesx"
1212
)

0 commit comments

Comments
 (0)