1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 04:50:06 +00:00

chore: removed legacy code

This commit is contained in:
Yury Shkoda
2021-10-28 15:44:17 +03:00
parent 01d76fa66f
commit a962979765

View File

@@ -1,5 +1,4 @@
export interface ExecutionQuery { export interface ExecutionQuery {
_program: string _program: string
_debug?: number _debug?: number
_log?: boolean
} }