Skip to content

Commit

Permalink
Update connection_config.go to add optional tag to the sheets param…
Browse files Browse the repository at this point in the history
…eter
  • Loading branch information
misraved authored Dec 13, 2023
1 parent 8f3f5ba commit f2689b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlesheets/connection_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type googleSheetsConfig struct {
ImpersonatedUserEmail *string `hcl:"impersonated_user_email"`
TokenPath *string `hcl:"token_path"`
SpreadsheetId *string `hcl:"spreadsheet_id"`
Sheets []string `hcl:"sheets"`
Sheets []string `hcl:"sheets,optional"`
}

func ConfigInstance() interface{} {
Expand Down

0 comments on commit f2689b1

Please sign in to comment.