Start migrating Transaction to TypeScript
This commit is contained in:
parent
e0aa804971
commit
8c7e13f40f
2 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Reference in a new issue