Skip to content

Commit 0283db7

Browse files
committed
Fix shortText
1 parent f817250 commit 0283db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/internal/loaders/user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func fetchConsentDataForUsers(ctx context.Context, db *database.DB, c *cache.Cac
116116
Key: row.Key,
117117
Version: int(row.Version),
118118
Title: row.Title,
119+
ShortText: row.ShortText,
119120
BodyMarkdown: row.Body,
120121
URL: row.Url,
121122
PublishedAt: publishedAt,

0 commit comments

Comments
 (0)