Skip to content

Commit f493b14

Browse files
committed
docs: update expiration value example
1 parent 0f8126a commit f493b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const group = await turso.groups.addLocation("default", "lhr");
4545
const group = await turso.groups.removeLocation("default", "lhr");
4646
const token = await turso.groups.createToken("default");
4747
const token = await turso.groups.createToken("default", {
48-
expiration: "1w2d6h3n",
48+
expiration: "1w2d6h3m",
4949
authorization: "full-access",
5050
});
5151
const token = await turso.groups.rotateTokens("default");

0 commit comments

Comments
 (0)