1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00

npm run fix

This commit is contained in:
Chen-I Lim 2020-11-06 12:50:25 -08:00
parent 234676698e
commit 0cca55126c
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ class CardDetail extends React.Component<Props, State> {
this.setState({cardTree: newCardTree, title: newCardTree.card.title})
},
async () => {
Utils.log(`cardListener.onReconnect`)
Utils.log('cardListener.onReconnect')
const newCardTree = cardTree.mutableCopy()
await newCardTree.sync()
this.setState({cardTree: newCardTree, title: newCardTree.card.title})

View File

@ -159,7 +159,7 @@ export default class BoardPage extends React.Component<Props, State> {
this.incrementalUpdate(blocks)
},
() => {
Utils.log(`workspaceListener.onReconnect`)
Utils.log('workspaceListener.onReconnect')
this.sync()
})