Skip to content

Commit

Permalink
dont use deprecated value as replacement function name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasJenicek committed Oct 21, 2024
1 parent 07af52a commit 0369fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/golang-basics/example.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ service ExampleService
# Get user endpoint
#
# gives you basic info about user
@deprecated:GetUserV2
@deprecated
- GetUser(header: map<string,string>, userID: uint64) => (user: User)
- FindUser(s: SearchFilter) => (name: string, user: User)
- LogEvent(event: string)

0 comments on commit 0369fba

Please sign in to comment.