mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-03-24 23:16:18 +08:00
lint fix
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
}
|
||||
|
||||
// Get queries from local storage
|
||||
let myQueries = this.getStoredQueries()
|
||||
const myQueries = this.getStoredQueries()
|
||||
|
||||
// Set createdAt
|
||||
if (newName) {
|
||||
|
||||
Reference in New Issue
Block a user