Skip to content

Commit

Permalink
fix: missing import of UpdateCommand
Browse files Browse the repository at this point in the history
Update CyclicSessionStore.js (#12)
  • Loading branch information
thisjt authored Aug 11, 2023
1 parent 7c0a50f commit b07d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CyclicSessionStore.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow
const { Store } = require('express-session')
const {docClient} = require('./ddb_client')
const { PutCommand, GetCommand, DeleteCommand } = require("@aws-sdk/lib-dynamodb")
const { PutCommand, GetCommand, DeleteCommand, UpdateCommand } = require("@aws-sdk/lib-dynamodb")
// const AWS = require('aws-sdk'); // eslint-disable-line
// @flow

Expand Down

0 comments on commit b07d81f

Please sign in to comment.