We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfe114 commit 3b0cef1Copy full SHA for 3b0cef1
main.go
@@ -26,8 +26,6 @@ import (
26
// @name Authorization
27
// @description Type 'Bearer jwt_string' to correctly set the API Key
28
func main() {
29
- log.Fatal("Simulating failure for testing purposes")
30
-
31
// Load config
32
conf := config.GetConfig()
33
0 commit comments