Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyy committed Sep 29, 2017
1 parent e7b649b commit a65dc7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/renderer/assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/renderer/store/db.js
Expand Up @@ -37,6 +37,6 @@ export {
UserDB,
DB
}
PostDB.remove({}, { multi: true }).then(a => {
console.log(a)
})
// PostDB.remove({}, { multi: true }).then(a => {
// console.log(a)
// })

0 comments on commit a65dc7a

Please sign in to comment.