fix(plugin): correct parameters of datascript query api

This commit is contained in:
charlie
2022-12-22 13:53:38 +08:00
committed by Tienson Qin
parent 602f2da04e
commit 488d376262
4 changed files with 54 additions and 43 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.0.14]
### Fixed
- missing arguments of `DB.datascriptQuery`
## [0.0.13]
### Added