mirror of
https://github.com/sasjs/server.git
synced 2026-04-10 07:33:13 +00:00
fix(log): fixed default runtime
This commit is contained in:
@@ -42,6 +42,6 @@ export interface TreeNode {
|
||||
|
||||
export interface LogObject {
|
||||
body: string
|
||||
errors: string[]
|
||||
warnings: string[]
|
||||
errors?: string[]
|
||||
warnings?: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user