Skip to content

Commit 33160f5

Browse files
authored
fix(datastore): add config in Azure struct (#422)
Add config in the Azure struct
1 parent 8cf4111 commit 33160f5

File tree

1 file changed

+1
-0
lines changed
  • internal/datastore/storage/azure

1 file changed

+1
-0
lines changed

internal/datastore/storage/azure/azure.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func New(config config.AzureConfig) *Azure {
3333
}
3434
return &Azure{
3535
Client: client,
36+
Config: config,
3637
}
3738
}
3839

0 commit comments

Comments
 (0)