fix(bpapi): fix `query_mode` type(spec)

The previous spec was wrong due to a mismatch between type declaration and usage in specs:
it would never be `dynamic`, and it was lacking the `simple_async`, `simple_sync` and
`no_queries` constructors.
This commit is contained in:
Thales Macedo Garitezi 2023-06-19 14:25:31 -03:00
parent b442910ff1
commit 01d758e4c0
1 changed files with 1 additions and 1 deletions

File diff suppressed because one or more lines are too long