Skip to content

Commit

Permalink
fix: add company description (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalves599 authored Mar 11, 2024
1 parent f754810 commit ba687e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/resources/deck.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function transformCompany(company, options) {
id: company.id,
name: company.name,
img: company.img,
description: company.description,
advertisementLvl: options?.compact ? advertisementLvl : {
advertisementLvl,
kind: participation?.package.name || (participation?.partner && "Partner"),
Expand Down

0 comments on commit ba687e3

Please sign in to comment.