Skip to content

Commit

Permalink
fix(core): send isBinary flag when uploading category
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Apr 11, 2024
1 parent 1860b07 commit 3b8ca38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/lib/implementation/report-to-gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function categoryToGQL(category: CategoryConfig): PortalCategory {
slug: category.slug,
title: category.title,
description: category.description,
isBinary: category.isBinary,
refs: category.refs.map(ref => ({
plugin: ref.plugin,
type: categoryRefTypeToGQL(ref.type),
Expand Down

0 comments on commit 3b8ca38

Please sign in to comment.