mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 15:43:56 +02:00
fix lint
This commit is contained in:
@@ -18,8 +18,8 @@ export class MutingRepository extends Repository<Muting> {
|
||||
createdAt: muting.createdAt.toISOString(),
|
||||
muteeId: muting.muteeId,
|
||||
mutee: Users.pack(muting.muteeId, me, {
|
||||
detail: true
|
||||
})
|
||||
detail: true,
|
||||
}),
|
||||
});
|
||||
}
|
||||
|
||||
@@ -56,5 +56,5 @@ export const packedMutingSchema = {
|
||||
optional: false as const, nullable: false as const,
|
||||
ref: 'User' as const,
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user