Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
Github: ZAP#898
  • Loading branch information
brdandu committed Mar 3, 2023
1 parent 7cab312 commit 4a1ebc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src-electron/db/db-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

const dbApi = require('./db-api.js')
const dbEnums = require('../../src-shared/db-enum.js')
const bin = require('../util/bin')

exports.map = {
package: (x) => {
Expand Down
1 change: 0 additions & 1 deletion src-electron/db/query-attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
const dbApi = require('./db-api.js')
const dbMapping = require('./db-mapping.js')
const bin = require('../util/bin')

/**
* Promises to select all endpoint type attributes filtered by EndpointTypeRef and ClusterRef.
Expand Down

0 comments on commit 4a1ebc4

Please sign in to comment.