Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e786960

Browse files
author
Kerry Archibald
committed
export helper
1 parent 3f46ad5 commit e786960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/device/clientInformation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const formatUrl = (): string | undefined => {
4040
].join("");
4141
};
4242

43-
const getClientInformationEventType = (deviceId: string): string =>
43+
export const getClientInformationEventType = (deviceId: string): string =>
4444
`io.element.matrix_client_information.${deviceId}`;
4545

4646
export const recordClientInformation = async (

0 commit comments

Comments
 (0)