Skip to content

Commit 56dd72e

Browse files
Make dialPath readonly in DialerRegistry
Co-authored-by: Nikos Baxevanis <[email protected]>
1 parent 54ec38d commit 56dd72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { resolve } from "path";
33
import { Dialer, DialerContext } from "./dialer.types";
44

55
export class DialerRegistry {
6-
private dialPath: string;
6+
private readonly dialPath: string;
77
private preDialers: Dialer[] = [];
88
private postDialers: Dialer[] = [];
99

0 commit comments

Comments
 (0)