Skip to content

Feature/Typing postMessageCommands#56

Open
DavidM42 wants to merge 1 commit intomasterfrom
feature/postMessage-command-typing
Open

Feature/Typing postMessageCommands#56
DavidM42 wants to merge 1 commit intomasterfrom
feature/postMessage-command-typing

Conversation

@DavidM42
Copy link
Copy Markdown
Contributor

  • also some linting things

fixes #30

* also some linting things
@NiklasMerz
Copy link
Copy Markdown
Contributor

Error see build:

ERROR in pecuniator-api/main.ts:29:29 - error TS1109: Expression expected.

29             if (data.result?.transactions?.length > 0) {
                               ~
pecuniator-api/main.ts:29:43 - error TS1109: Expression expected.

29             if (data.result?.transactions?.length > 0) {
                                             ~
pecuniator-api/main.ts:29:54 - error TS1005: ':' expected.

29             if (data.result?.transactions?.length > 0) {
                                                        ~

@DavidM42
Copy link
Copy Markdown
Contributor Author

DavidM42 commented Nov 1, 2020

You sure this is a result of my changes? I do not remember editing these lines

@NiklasMerz NiklasMerz removed their request for review July 28, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typings for postMessage API

2 participants