Skip to content

Commit 5beec8d

Browse files
committed
fix: profile bitset hardcode removed + bump to latest libsessionutil
1 parent eb930a8 commit 5beec8d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/contacts_config.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ void ContactsConfigWrapper::set(const Napi::CallbackInfo& info) {
163163
}
164164

165165
if (auto proProfileBitset = maybeNonemptyIntB(
166-
obj.Get("proProfileBitset"),
167-
"ContactsConfigWrapper.set proProfileBitset")) {
166+
obj.Get("proProfileBitset"), "ContactsConfigWrapper.set proProfileBitset")) {
168167
contact.profile_bitset.data = *proProfileBitset;
169168
}
170169

0 commit comments

Comments
 (0)