Skip to content

Commit

Permalink
fix: fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lzw9935 committed Apr 30, 2024
1 parent 16759fb commit 2d852fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ window.onload = function() {
docExpansion: "{{.DocExpansion}}",
deepLinking: {{.DeepLinking}},
defaultModelsExpandDepth: {{.DefaultModelsExpandDepth}},
defaultModelExpandDepth: {{.DefaultModelExpandDepth}},
defaultModelExpandDepth: {{.DefaultModelExpandDepth}}
})
const defaultClientId = "{{.Oauth2DefaultClientID}}";
Expand Down

0 comments on commit 2d852fe

Please sign in to comment.