fix: engineerThreshold in config.d.ts is optional
Signed-off-by: Chris Langhout <clanghout@bol.com>
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ export interface Config {
|
||||
/**
|
||||
* @visibility frontend
|
||||
*/
|
||||
engineerThreshold: number;
|
||||
engineerThreshold?: number;
|
||||
|
||||
/**
|
||||
* @visibility frontend
|
||||
|
||||
Reference in New Issue
Block a user