Skip to content

Commit

Permalink
fix README mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Apr 26, 2020
1 parent 420b55d commit 50b5eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ import apps from './apps'

const tela = new Tela()

let promises: Promise<HandlerContext>[] = []
let promises: Promise<void>[] = []

apps.forEach((app) => {
promises.push(
Expand Down

0 comments on commit 50b5eb2

Please sign in to comment.