diff --git a/examples/command-with-modifiers.js b/examples/command-with-modifiers.js index 78b1d2e3d2f..31940233815 100644 --- a/examples/command-with-modifiers.js +++ b/examples/command-with-modifiers.js @@ -19,8 +19,7 @@ async function commandWithModifiers() { result = await client.set('mykey', 'newvalue', { EX: 60, GET: true - } - ); + }); console.log(result); //myvalue