Skip to content

Commit a3f09ec

Browse files
committed
fix: remove unused struct field
Signed-off-by: brunopadz <bpadz@protonmail.com>
1 parent 208172c commit a3f09ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package config
22

33
type Config struct {
4-
aws AwsConfig
4+
_ AwsConfig
55
}
66

77
type AwsConfig struct {

0 commit comments

Comments
 (0)