Skip to content

Commit

Permalink
PLAT-566 - put EnableAllEventUpload back in
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben committed Sep 6, 2024
1 parent 9df16c8 commit ea505b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion santa/santa.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Preflight struct {
RemountUsbMode string `json:"remount_usb_mode" toml:"remount_usb_mode"`
SyncType string `json:"sync_type" toml:"sync_type"`
OverrideFileAccessAction string `json:"override_file_access_action,omitempty" toml:"override_file_access_action"`
// EnableAllEventUpload bool `json:"enable_all_event_upload" toml:"enable_all_event_upload"`
EnableAllEventUpload bool `json:"enable_all_event_upload" toml:"enable_all_event_upload"`
// CleanSync bool `json:"clean_sync" toml:"clean_sync"`
}

Expand Down

0 comments on commit ea505b5

Please sign in to comment.