You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-02 17:02:31 +03:00
Re-appease linter
This commit is contained in:
@@ -23,6 +23,6 @@ export enum ThreepidMedium {
|
||||
export interface IThreepid {
|
||||
medium: ThreepidMedium;
|
||||
address: string;
|
||||
validated_at: number;
|
||||
added_at: number;
|
||||
validated_at: number; // eslint-disable-line camelcase
|
||||
added_at: number; // eslint-disable-line camelcase
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user