Skip to content

Commit

Permalink
Merge pull request #14 from Moicky/fix-liquidations-table
Browse files Browse the repository at this point in the history
Fix liquidations table type error
  • Loading branch information
leftys authored Dec 15, 2024
2 parents bd50cf5 + de4e5be commit dd3cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakeapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import lakeapi.exceptions

DataType = Literal[
"book", "book_delta", "trades", "trades_mpid", "candles", "level_1", "funding", "open_interest", "liquiditions",
"book", "book_delta", "trades", "trades_mpid", "candles", "level_1", "funding", "open_interest", "liquidations",
"book_1m"
]

Expand Down

0 comments on commit dd3cc79

Please sign in to comment.