1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix from eslint

This commit is contained in:
Sosuke Suzuki
2018-06-30 16:28:17 +09:00
parent 1038e86196
commit d8aad65b24
2 changed files with 1 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ import { confirmDeleteNote } from 'browser/lib/confirmDeleteNote'
import context from 'browser/lib/context'
const { remote } = require('electron')
const { Menu, MenuItem, dialog } = remote
const { dialog } = remote
const WP_POST_PATH = '/wp/v2/posts'
function sortByCreatedAt (a, b) {