Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed May 28, 2023
1 parent 2f8707d commit c43099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scorper/http/streamserver.nim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include constant
import std / [os, streams, options, strformat, json, sequtils, parseutils, strutils, macros, macrocache]
import ./ rxnim / rxnim
import segfaults
from std/times import Time, parseTime, utc, `<`, now, `$`
from std/times import Time, parseTime, utc, `<`, now, `$`, initDuration
import zippy
from httprequest import Request
import ../ scorpermacros
Expand Down

0 comments on commit c43099a

Please sign in to comment.