We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dialPath
DialerRegistry
1 parent 54ec38d commit 56dd72eCopy full SHA for 56dd72e
dialer.ts
@@ -3,7 +3,7 @@ import { resolve } from "path";
3
import { Dialer, DialerContext } from "./dialer.types";
4
5
export class DialerRegistry {
6
- private dialPath: string;
+ private readonly dialPath: string;
7
private preDialers: Dialer[] = [];
8
private postDialers: Dialer[] = [];
9
0 commit comments