Skip to content

Commit be9ec71

Browse files
author
Oscar Franco
committed
comment out TypeORM code
1 parent 71c5ed5 commit be9ec71

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

example/src/App.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ export default function App() {
3030
const users = queryUsers();
3131
// console.warn('db users', users);
3232
setUsers(users);
33-
typeORMInit().then(() => {
34-
console.warn('typeorm initialized!');
35-
typeORMGetBooks().then((books) => {
36-
console.warn('typeORM books', books);
37-
});
38-
});
33+
// typeORMInit().then(() => {
34+
// console.warn('typeorm initialized!');
35+
// typeORMGetBooks().then((books) => {
36+
// console.warn('typeORM books', books);
37+
// });
38+
// });
3939
}, []);
4040

4141
return (

0 commit comments

Comments
 (0)