Enable multiple args in logging via nodes (#2501)

*  Enable multiple args in logging via nodes

* 👕 Fix lint

*  Change to behave more as expected

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Iván Ovejero
2021-12-04 11:57:13 +01:00
committed by GitHub
parent c0b519a149
commit c50b6c2c21
4 changed files with 6 additions and 6 deletions

View File

@@ -461,7 +461,7 @@ export interface IPushDataTestWebhook {
export interface IPushDataConsoleMessage {
source: string;
message: string;
messages: string[];
}
export interface IVersionNotificationSettings {