Merge branch 'bugfix/misc' of github.com:Start9Labs/start-os into bugfix/misc

This commit is contained in:
Aiden McClelland
2024-07-25 16:14:06 -06:00
6 changed files with 35 additions and 9 deletions

View File

@@ -232,7 +232,7 @@ export class SystemForEmbassy implements System {
effects: Effects,
options: {
procedure: JsonPath
input: unknown
input?: unknown
timeout?: number | undefined
},
): Promise<RpcResult> {
@@ -294,7 +294,7 @@ export class SystemForEmbassy implements System {
effects: Effects,
options: {
procedure: JsonPath
input: unknown
input?: unknown
timeout?: number | undefined
},
): Promise<unknown> {