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: Query signatures server using milliseconds instead of seconds #100

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

LautaroPetaccio
Copy link
Contributor

As the JSDoc says, the server admits a date in milliseconds and we're querying the server using seconds.

  /** Gets the updated rental listings that were updated after the given date.
   * @param updatedAfter A UTC timestamp in milliseconds of the rental listings update time.
   * @throws An error if the request fails.
   */

Copy link
Contributor

@juanmahidalgo juanmahidalgo left a comment

Choose a reason for hiding this comment

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

LGTM!

@LautaroPetaccio LautaroPetaccio merged commit 18ded22 into master Oct 17, 2023
1 check passed
@LautaroPetaccio LautaroPetaccio deleted the fix/update-rentals-with-milliseconds branch October 17, 2023 15:37
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.

None yet

2 participants