Skip to content

Commit 028f43d

Browse files
committed
chore: remove unused setUserConfig
1 parent 7608e53 commit 028f43d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ts/webworker/workers/browser/libsession_worker_interface.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ export const UserConfigWrapperActions: UserConfigWrapperActionsCalls = {
177177
callLibSessionWorker(['UserConfig', 'setNewProfilePic', profilePic]) as Promise<
178178
ReturnType<UserConfigWrapperActionsCalls['setNewProfilePic']>
179179
>,
180-
setUserConfig: async (details: Parameters<UserConfigWrapperActionsCalls['setUserConfig']>[0]) =>
181-
callLibSessionWorker(['UserConfig', 'setUserConfig', details]) as Promise<
182-
ReturnType<UserConfigWrapperActionsCalls['setUserConfig']>
183-
>,
184180
setReuploadProfilePic: async (profilePic: ProfilePicture) =>
185181
callLibSessionWorker(['UserConfig', 'setReuploadProfilePic', profilePic]) as Promise<
186182
ReturnType<UserConfigWrapperActionsCalls['setReuploadProfilePic']>

0 commit comments

Comments
 (0)