fix linting
This commit is contained in:
parent
0350f5ce4b
commit
109c3bbc61
|
@ -6,7 +6,7 @@ function initializeEventUIBuilder(api) {
|
|||
api.attachWidgetAction("post", "showEventUIBuilder", function({
|
||||
postId,
|
||||
topicId
|
||||
} = params) {
|
||||
}) {
|
||||
return new Promise(resolve => {
|
||||
if (postId) {
|
||||
this.store
|
||||
|
|
Loading…
Reference in New Issue