Start migrating schema to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-12 13:28:36 -07:00
parent 64b767e7eb
commit 39e9b828e6
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
import {Storage} from "./Storage";
import { openDatabase, reqAsPromise } from "./utils";
import { exportSession, importSession } from "./export";
import { schema } from "./schema.js";
import { schema } from "./schema";
import { detectWebkitEarlyCloseTxnBug } from "./quirks.js";
const sessionName = sessionId => `hydrogen_session_${sessionId}`;