Start migrating Transaction to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-12 12:38:44 -07:00
parent e0aa804971
commit 8c7e13f40f
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import {Transaction} from "./Transaction.js";
import {Transaction} from "./Transaction";
import { STORE_NAMES, StorageError } from "../common";
import { reqAsPromise } from "./utils";