You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-05 00:42:10 +03:00
Update dependency prettier to v3 (#3983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -149,8 +149,12 @@ export type IAuthDict = AuthDict;
|
||||
export class NoAuthFlowFoundError extends Error {
|
||||
public name = "NoAuthFlowFoundError";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention, camelcase
|
||||
public constructor(m: string, public readonly required_stages: string[], public readonly flows: UIAFlow[]) {
|
||||
public constructor(
|
||||
m: string,
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention, camelcase
|
||||
public readonly required_stages: string[],
|
||||
public readonly flows: UIAFlow[],
|
||||
) {
|
||||
super(m);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user