Skip to content

Commit c9a9779

Browse files
feat: include column name in board repository query response to use in board PageHead (#20)
1 parent 356e359 commit c9a9779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/db/src/repository/board.repo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export const getBySlug = async (
239239
workspace: {
240240
columns: {
241241
publicId: true,
242+
name: true,
242243
slug: true,
243244
},
244245
},

0 commit comments

Comments
 (0)