Skip to content

Commit b830b09

Browse files
fix: exclude repository from work experience (#5353)
1 parent 407f85f commit b830b09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/shared/src/graphql/user/profile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ export const upsertUserWorkExperience = async (
377377
'subtitle',
378378
'grade',
379379
'verified',
380+
'repository',
380381
]);
381382

382383
const result = await gqlClient.request(UPSERT_USER_WORK_EXPERIENCE, {

0 commit comments

Comments
 (0)