Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure deploy web type check is passing #217

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

ygrishajev
Copy link
Contributor

No description provided.

@ygrishajev ygrishajev force-pushed the feature/web-types branch 2 times, most recently from a75a043 to 93f6291 Compare June 3, 2024 14:05
@ygrishajev ygrishajev force-pushed the feature/web-types branch from 93f6291 to 7403883 Compare June 3, 2024 14:12
@ygrishajev ygrishajev requested review from baktun14 and Redm4x and removed request for baktun14 June 3, 2024 14:41
@@ -221,7 +221,7 @@ export class TransactionMessageData {
],
expiration: expiration
? {
seconds: longify(Math.floor(expiration.getTime() / 1_000)),
seconds: longify(Math.floor(expiration.getTime() / 1_000)) as unknown as Long,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hehe, yea - that's a fix )))

@ygrishajev ygrishajev merged commit 62acb44 into main Jun 3, 2024
6 checks passed
@ygrishajev ygrishajev deleted the feature/web-types branch June 3, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants