Skip to content

Commit

Permalink
dont expose internalFetch
Browse files Browse the repository at this point in the history
  • Loading branch information
treeform committed May 11, 2023
1 parent 137af57 commit 8ccf307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puppy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import puppy/common

when defined(nimdoc):
# Used to work around the doc generator.
proc internalFetch*(req: Request): Response {.raises: [PuppyError].} =
proc internalFetch(req: Request): Response {.raises: [PuppyError].} =
discard
elif defined(windows) and not defined(puppyLibcurl):
# WinHTTP Windows
Expand Down

0 comments on commit 8ccf307

Please sign in to comment.