Skip to content

Commit

Permalink
BanTable: access correct column
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Nov 19, 2023
1 parent 6a368f8 commit 05abcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/murmur/database/BanTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ namespace server {
// seconds.
soci::row row;

std::string startConversion = mdb::utils::dateToEpoch("base", m_backend);
std::string startConversion = mdb::utils::dateToEpoch("start", m_backend);
std::string baseConversion;
switch (m_backend) {
case ::mdb::Backend::SQLite:
Expand Down

0 comments on commit 05abcdd

Please sign in to comment.