10000 fix: doc repeat information · pablohildo/sdkgen.github.io@e300521 · GitHub
[go: up one dir, main page]

Skip to content

Commit e300521

Browse files
author
Leonardo Farias Galvão
committed
fix: doc repeat information
1 parent af5e18e commit e300521

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

defining-your-schema.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,6 @@ fn getUsers(companyId: uuid, since: datetime?, until: datetime?, token: base64):
208208
@arg companyId ID from company
209209
fn getUsers(companyId: uuid, since: datetime?, until: datetime?, token: base64): User?
210210
211-
// Provide the @description to be displayed in the swagger
212-
@description Get the list of company users
213-
fn getUsers(companyId: uuid, since: datetime?, until: datetime?, token: base64): User?
214-
215211
// You can use both at the same time
216212
@description Get the list of company users
217213
@arg companyId ID from company

0 commit comments

Comments
 (0)
0