mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 08:53:06 +00:00
bug: fix undefined Table by import
This commit is contained in:
parent
e22fdbccca
commit
1070c884b8
@ -1,7 +1,7 @@
|
||||
{.push raises: [].}
|
||||
|
||||
import
|
||||
std/[options, sets, sequtils, times, strformat, strutils, math, random, tables],
|
||||
std/[options, sets, sequtils, tables, times, strformat, strutils, math, random, tables],
|
||||
chronos,
|
||||
chronicles,
|
||||
metrics,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user