tursodatabase / turso-api-client-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo on expiration value

sheecet opened this issue · comments

there is typo on expiration value on this page:

https://www.npmjs.com/package/@tursodatabase/api

expiration: "1w2d6h3n",

should be

expiration: "1w2d6h3m",

Feel free to open a pull request with the change, otherwise I’ll get to updating this tomorrow. Thank you 🙏

Updated and fixed, thank you 🙏🏻