Skip to content

Commit b39e3b0

Browse files
fix jsdoc
1 parent 36f259e commit b39e3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ type Lowsec = Midsec & PlayerLowsec & {
631631
}
632632
/** **LOWSEC** */ expose_access_log: (args: { target: string }) => ScriptResponse
633633
/** **LOWSEC** */ xfer_gc_from: (args: { target: string, amount: number | string }) => ScriptResponse
634-
/** **LOWSEC */ expose_balance: (args: { target: string }) => ScriptResponse
634+
/** **LOWSEC** */ expose_balance: (args: { target: string }) => ScriptResponse
635635
}
636636
}
637637

0 commit comments

Comments
 (0)