Skip to content

Commit

Permalink
make events config static
Browse files Browse the repository at this point in the history
  • Loading branch information
danhsiung committed May 21, 2020
1 parent 047a611 commit aaf7b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/dropbox/all-updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
dropboxApphook: {
type: "$.interface.apphook",
appProp: "dropbox",
static: [],
},
db: "$.service.db",
},
Expand Down
1 change: 1 addition & 0 deletions components/dropbox/new-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
dropboxApphook: {
type: "$.interface.apphook",
appProp: "dropbox",
static: [],
},
db: "$.service.db",
},
Expand Down
1 change: 1 addition & 0 deletions components/dropbox/new-folder.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
dropboxApphook: {
type: "$.interface.apphook",
appProp: "dropbox",
static: [],
},
db: "$.service.db",
},
Expand Down

0 comments on commit aaf7b53

Please sign in to comment.