mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 05:53:11 +00:00
fix linter complaint
This commit is contained in:
parent
0305a3c0a0
commit
56fd4ed639
@ -1425,7 +1425,6 @@ proc containsAnyPartition*(self: PostgresDriver): bool =
|
||||
proc waitForPartition*(
|
||||
self: PostgresDriver, timeout = chronos.seconds(5)
|
||||
): Future[ArchiveDriverResult[void]] {.async.} =
|
||||
|
||||
let pollInterval = chronos.milliseconds(100)
|
||||
var elapsed = chronos.milliseconds(0)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user