mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
API: Updating typing for ns.singularity.getCurrentWork() (#989)
This commit is contained in:
@@ -42,7 +42,7 @@ export class SleeveClassWork extends SleeveWorkClass {
|
||||
|
||||
APICopy() {
|
||||
return {
|
||||
type: SleeveWorkType.CLASS as "CLASS",
|
||||
type: SleeveWorkType.CLASS as const,
|
||||
classType: this.classType,
|
||||
location: this.location,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user