Skip to content

Commit

Permalink
Merge pull request #59 from BenB196/staging
Browse files Browse the repository at this point in the history
Fixed issue with sync destination username field
  • Loading branch information
BenB196 authored Feb 6, 2021
2 parents 20fad21 + 68ff2c6 commit 67778ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonExport.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type JsonFileEvent struct {
SharingTypeAdded []string `json:"sharingTypeAdded,omitempty"`
Source string `json:"source,omitempty"`
SyncDestination string `json:"syncDestination,omitempty"`
SyncDestinationUsername string `json:"syncDestinationUsername,omitempty"`
SyncDestinationUsername []string `json:"syncDestinationUsername,omitempty"`
TabUrl string `json:"tabUrl,omitempty"`
Tabs []Tab `json:"tabs,omitempty"`
Trusted *bool `json:"trusted,omitempty"`
Expand Down

0 comments on commit 67778ac

Please sign in to comment.