Further refactor, still need to cleanup db.py
This commit is contained in:
@@ -168,6 +168,9 @@ const Editor = {
|
||||
name: this.name,
|
||||
script_content: this.jsValue,
|
||||
environment_info: this.jsonValue,
|
||||
is_public: this.isPublic,
|
||||
log_request: this.logRequest,
|
||||
log_response: this.logResponse,
|
||||
};
|
||||
|
||||
const response = await m.request({
|
||||
|
||||
Reference in New Issue
Block a user