Skip to content

Commit

Permalink
Merge pull request #57 from BenB196/staging
Browse files Browse the repository at this point in the history
Fixed issue with cloudusername field
  • Loading branch information
BenB196 authored Feb 6, 2021
2 parents c437d4d + 2cc0b98 commit 85de402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.3
2 changes: 1 addition & 1 deletion jsonExport.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type FieldError struct {
}

type SharedWith struct {
CloudUsername string `json:"cloudUsername,omitempty"`
CloudUsername *string `json:"cloudUsername,omitempty"`
}

type Tab struct {
Expand Down

0 comments on commit 85de402

Please sign in to comment.