Skip to content

Commit

Permalink
Merge pull request #1046 from lens-protocol/fix/misc
Browse files Browse the repository at this point in the history
fix: misc
  • Loading branch information
cesarenaldi authored Jan 2, 2025
2 parents b05521c + 91bc90b commit 1f88352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/client/src/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
export * from './account';
export * from './accountManager';
export * from './admins';
export * from './app';
export * from './authentication';
export * from './feed';
export * from './follow';
export * from './health';
export * from './graph';
export * from './group';
export * from './health';
export * from './namespace';
export * from './notifications';
export * from './group';
export * from './post';
export * from './posts';
export * from './timeline';
Expand Down
3 changes: 3 additions & 0 deletions packages/graphql/src/fragments/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export const AccountFragment = graphql(
`fragment Account on Account {
__typename
address
owner
score
createdAt
username{
...Username
}
Expand Down

0 comments on commit 1f88352

Please sign in to comment.