Skip to content

Commit

Permalink
Merge pull request #995 from meesvandongen/patch-1
Browse files Browse the repository at this point in the history
docs: fix code inconsistency golang write-data
  • Loading branch information
tolgaOzen committed Jan 4, 2024
2 parents 1b2fe30 + 3cb7775 commit 441d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api-overview/data/write-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rr, err: = client.Data.Write(context.Background(), & v1.DataWriteRequest {
},
Relation: "admin",
Subject: & v1.Subject {
Type: "admin",
Type: "user",
Id: "3",
},
}
Expand Down

0 comments on commit 441d628

Please sign in to comment.