Skip to content

Commit

Permalink
Merge pull request #28 from lokalise/feature/SGO-5_automations_support
Browse files Browse the repository at this point in the history
SGO-5 Bugfix: UseAutomations as pointer for false value
  • Loading branch information
andrewLab-lokalise authored Nov 19, 2020
2 parents 9fa843f + 72aec2e commit cd30401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type FileUpload struct {
CustomTranslationStatusSkippedKeys *bool `json:"custom_translation_status_skipped_keys,omitempty"`
Queue bool `json:"queue"`
SkipDetectLangIso bool `json:"skip_detect_lang_iso,omitempty"`
UseAutomations bool `json:"use_automations,omitempty"`
UseAutomations *bool `json:"use_automations,omitempty"`
}

type FileDownload struct {
Expand Down

0 comments on commit cd30401

Please sign in to comment.