Skip to content

Commit 5f257ff

Browse files
committed
syn2mas: lint and remove and unused import
1 parent 11a1a8a commit 5f257ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tools/syn2mas/src/migrate.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export async function migrate(): Promise<void> {
8484
type: Boolean,
8585
optional: true,
8686
defaultValue: false,
87-
description: "Skip and print warnings for any guests users found in Synapse, instead of aborting"
87+
description:
88+
"Skip and print warnings for any guests users found in Synapse, instead of aborting",
8889
},
8990
dryRun: {
9091
type: Boolean,

tools/syn2mas/src/types/MUser.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// SPDX-License-Identifier: AGPL-3.0-only
55
// Please see LICENSE in the repository root for full details.
66

7-
import type { MUserEmail } from "./MUserEmail";
8-
97
import type { UUID } from "./index";
108

119
export interface MUser {

0 commit comments

Comments
 (0)