mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Nothing much
This commit is contained in:
parent
7f6ce2dcb8
commit
aa2539b4fc
@ -93,7 +93,7 @@ module.exports.getAncestors = request => {
|
||||
return new Promise(resolve => {
|
||||
let ancestors = [];
|
||||
|
||||
const next = (doc) => {
|
||||
const next = doc => {
|
||||
Promise.all([
|
||||
db.requestGroup.getById(doc.parentId),
|
||||
db.workspace.getById(doc.parentId)
|
||||
|
@ -116,7 +116,6 @@
|
||||
"react-addons-test-utils": "^15.1.0",
|
||||
"react-hot-loader": "^1.3.0",
|
||||
"redux-mock-store": "^1.0.2",
|
||||
"sass-loader": "^4.0.0",
|
||||
"style-loader": "^0.13.0",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^1.12.14",
|
||||
|
Loading…
Reference in New Issue
Block a user