@@ -43,7 +43,7 @@ type Store struct {
43
43
googleOAuthClient * googleoauth.Client
44
44
microsoftOAuthClient * microsoftoauth.Client
45
45
userContentBaseUrl string
46
- riverClient * river.Client [pgx.Tx ]
46
+ riverClient * river.Client [pgx.Tx ]
47
47
s3UserContentBucketName string
48
48
stripeClient * stripeclient.API
49
49
svixClient * svix.Svix
@@ -76,7 +76,7 @@ type NewStoreParams struct {
76
76
GoogleOAuthClient * googleoauth.Client
77
77
MicrosoftOAuthClient * microsoftoauth.Client
78
78
UserContentBaseUrl string
79
- RiverClient * river.Client [pgx.Tx ]
79
+ RiverClient * river.Client [pgx.Tx ]
80
80
S3UserContentBucketName string
81
81
StripeClient * stripeclient.API
82
82
SvixClient * svix.Svix
@@ -115,7 +115,7 @@ func New(p NewStoreParams) *Store {
115
115
microsoftOAuthClientSecretsKMS : p .MicrosoftOAuthClientSecretsKMS ,
116
116
authenticatorAppSecretsKMS : p .AuthenticatorAppSecretsKMS ,
117
117
userContentBaseUrl : p .UserContentBaseUrl ,
118
- riverClient : p .RiverClient ,
118
+ riverClient : p .RiverClient ,
119
119
s3UserContentBucketName : p .S3UserContentBucketName ,
120
120
stripeClient : p .StripeClient ,
121
121
svixClient : p .SvixClient ,
0 commit comments