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

Commit

Permalink
export helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Sep 26, 2022
1 parent 3f46ad5 commit e786960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/device/clientInformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const formatUrl = (): string | undefined => {
].join("");
};

const getClientInformationEventType = (deviceId: string): string =>
export const getClientInformationEventType = (deviceId: string): string =>
`io.element.matrix_client_information.${deviceId}`;

export const recordClientInformation = async (
Expand Down

0 comments on commit e786960

Please sign in to comment.