Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Sep 6, 2024
1 parent 8182f44 commit 637c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/Writable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ template <bool flush_entire_series>
void Writable::seriesFlush(std::string backendConfig)
{
seriesFlush<flush_entire_series>(
{FlushLevel::UserFlush, std::move(backendConfig)});
internal::FlushParams{FlushLevel::UserFlush, std::move(backendConfig)});
}
template void Writable::seriesFlush<true>(std::string backendConfig);
template void Writable::seriesFlush<false>(std::string backendConfig);
Expand Down

0 comments on commit 637c549

Please sign in to comment.