Skip to content

Commit

Permalink
Fix this.
Browse files Browse the repository at this point in the history
  • Loading branch information
rknightuk committed Jul 21, 2023
1 parent ae04685 commit 07e8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MondayAPI/ObjectTypes/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static function newColumnValues( $itens )
$column_values[$key] = self::newColValue($key, $value);
}
}
return addslashes(json_encode($column_values, JSON_PRETTY_PRINT));
return addslashes(json_encode($column_values));
}

}
Expand Down

0 comments on commit 07e8f6a

Please sign in to comment.