Skip to content

Commit 3b8ca38

Browse files
committed
fix(core): send isBinary flag when uploading category
1 parent 1860b07 commit 3b8ca38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/lib/implementation/report-to-gql.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function categoryToGQL(category: CategoryConfig): PortalCategory {
9595
slug: category.slug,
9696
title: category.title,
9797
description: category.description,
98+
isBinary: category.isBinary,
9899
refs: category.refs.map(ref => ({
99100
plugin: ref.plugin,
100101
type: categoryRefTypeToGQL(ref.type),

0 commit comments

Comments
 (0)