SimpleChat:Cleanup: Add spacing wrt shown req-options
This commit is contained in:
parent
872ee2c73d
commit
ec79b8d350
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ class Me {
|
|||
|
||||
ui.el_create_append_p(`iRecentUserMsgCnt:${this.iRecentUserMsgCnt}`, elDiv);
|
||||
|
||||
ui.el_create_append_p(`chatRequestOptions:${JSON.stringify(this.chatRequestOptions)}`, elDiv);
|
||||
ui.el_create_append_p(`chatRequestOptions:${JSON.stringify(this.chatRequestOptions, null, "\t")}`, elDiv);
|
||||
|
||||
ui.el_create_append_p(`ApiEndPoint:${this.apiEP}`, elDiv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue