Skip to content

Commit b75e555

Browse files
Merge pull request #320 from Sunbird-Knowlg/develop
Merge Develop to master
2 parents 07f6e89 + bf6ceb4 commit b75e555

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/models/cassandra/lock/lockModel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ module.exports = {
1111
deviceId: 'text',
1212
expiresAt: 'timestamp'
1313
},
14-
key: ['resourceId', 'resourceType'],
15-
indexes: ['lockId']
14+
key: ['resourceId', 'resourceType']
1615
}

0 commit comments

Comments
 (0)