Skip to content

Commit 655e2a5

Browse files
committed
lint
1 parent ac06fb5 commit 655e2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function App() {
1919
useEffect(() => {
2020
const work = async () => {
2121
let start = performance.now();
22-
let dummyDB = open({
22+
open({
2323
name: 'dummyDb.sqlite',
2424
});
2525
setOpenTime(performance.now() - start);

0 commit comments

Comments
 (0)