We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29fc80 commit c543abbCopy full SHA for c543abb
1 file changed
lib/database/adapters/LogAdapter.js
@@ -119,7 +119,7 @@ class LogAdapter {
119
id: entityObject.id,
120
userId: entityObject.userId,
121
title: entityObject.title,
122
- text: entityObject.text,
+ text: entityObject.text.replace(/\\n/g, '\n'),
123
tags: entityObject.tags,
124
environments: entityObject.environments,
125
lhcFills: entityObject.lhcFills,
0 commit comments