mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
Merge branch 'bugfix/misc' of github.com:Start9Labs/start-os into bugfix/misc
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user