Skip to content

Commit

Permalink
Added a new value to the account properties enum (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkvovik committed Aug 18, 2022
1 parent 5421ece commit d76bca2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulms/api-clients",
"version": "5.9.0",
"version": "5.9.1",
"description": "JavaScript API clients for ULMS platform",
"keywords": [],
"homepage": "https://github.com/foxford/ulms-api-clients-js#readme",
Expand Down
1 change: 1 addition & 0 deletions src/dispatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Dispatcher extends BasicClient {
*/
static get accountKeys() {
return {
LAST_SEEN_MESSAGE_ID_BY_ROOMS: 'last_seen_message_id_by_rooms',
ONBOARDING: 'onboarding',
}
}
Expand Down

0 comments on commit d76bca2

Please sign in to comment.