diff --git a/package-lock.json b/package-lock.json index 0d8dba0..74e1302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ulms/api-clients", - "version": "7.13.0", + "version": "7.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ulms/api-clients", - "version": "7.13.0", + "version": "7.14.0", "license": "MIT", "dependencies": { "axios": "1.6.2", diff --git a/package.json b/package.json index f0d8fbd..68a23e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ulms/api-clients", - "version": "7.13.0", + "version": "7.14.0", "description": "JavaScript API clients for ULMS platform", "keywords": [], "homepage": "https://github.com/foxford/ulms-api-clients-js#readme", diff --git a/src/ulms.js b/src/ulms.js index 62333ab..88cfcbe 100644 --- a/src/ulms.js +++ b/src/ulms.js @@ -163,7 +163,6 @@ class ULMS extends BasicClient { */ static get accountKeys() { return { - LAST_SEEN_MESSAGE_ID_BY_ROOMS: 'last_seen_message_id_by_rooms', ONBOARDING: 'onboarding', } }