mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
Merge pull request #2148 from TheMas3212/dev
modify BasicHGWOptions definition to mark threads parameter as optional
This commit is contained in:
+1
-1
@@ -229,7 +229,7 @@ export interface AugmentationStats {
|
|||||||
*/
|
*/
|
||||||
export interface BasicHGWOptions {
|
export interface BasicHGWOptions {
|
||||||
/** Number of threads to use for this function. Must be less than or equal to the number of threads the script is running with. */
|
/** Number of threads to use for this function. Must be less than or equal to the number of threads the script is running with. */
|
||||||
threads: number;
|
threads?: number;
|
||||||
/** Set to true this action will affect the stock market. */
|
/** Set to true this action will affect the stock market. */
|
||||||
stock?: boolean;
|
stock?: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user