Skip to content

Commit

Permalink
Minor formatting fix. (redis#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett authored Feb 3, 2022
1 parent 16afa7d commit 9f0f7f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/command-with-modifiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ async function commandWithModifiers() {
result = await client.set('mykey', 'newvalue', {
EX: 60,
GET: true
}
);
});

console.log(result); //myvalue

Expand Down

0 comments on commit 9f0f7f5

Please sign in to comment.