mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-18 17:27:11 +00:00
work on write policy plugin
This commit is contained in:
@ -187,7 +187,7 @@ struct DBScan {
|
||||
} else {
|
||||
scanState = CreatedAtScan{};
|
||||
auto *state = std::get_if<CreatedAtScan>(&scanState);
|
||||
indexDbi = env.dbi_Event__created_at;
|
||||
indexDbi = env.dbi_Event__createdAt;
|
||||
|
||||
isComplete = [&, state]{
|
||||
return state->done;
|
||||
|
Reference in New Issue
Block a user