mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 08:09:52 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -1149,7 +1149,7 @@ export class PathGenerator {
|
||||
|
||||
export class ConnectorPathGenerator extends PathGenerator {
|
||||
constructor(
|
||||
private options: {
|
||||
private readonly options: {
|
||||
getElementById: (id: string) => GfxModel | null;
|
||||
}
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user