Skip to content

Commit 6b5818c

Browse files
authored
Merge branch 'develop' into test/deleteAgendaFolder
2 parents 31cffc6 + e905823 commit 6b5818c

144 files changed

Lines changed: 1805 additions & 359 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: docker buildx build --file ./docker/api.Containerfile --tag talawa_api --target non_production ./
4242
- name: Check code format
4343
run: docker container run talawa_api pnpm format:check
44+
- name: Check TSDoc comments
45+
run: docker container run talawa_api pnpm lint:tsdoc
4446
- name: Check sanitization
4547
run: docker container run talawa_api pnpm lint:sanitization
4648
- name: Check if the source and target branches are different

docs/docs/auto-docs/fastifyPlugins/drizzleClient/variables/drizzleClient.md

Lines changed: 2 additions & 2 deletions

docs/docs/auto-docs/fastifyPlugins/minioClient/variables/minioClient.md

Lines changed: 2 additions & 2 deletions

docs/docs/auto-docs/fastifyPlugins/seedInitialData/variables/default.md

Lines changed: 1 addition & 1 deletion

docs/docs/auto-docs/graphql/scalars/EmailAddress/type-aliases/EmailAddress.md

Lines changed: 2 additions & 2 deletions

docs/docs/auto-docs/graphql/types/AgendaFolder/updatedAt/functions/resolveUpdatedAt.md

Lines changed: 2 additions & 2 deletions

docs/docs/auto-docs/graphql/types/FundCampaign/pledgedAmount/functions/resolvePledgedAmount.md

Lines changed: 1 addition & 1 deletion

docs/docs/auto-docs/graphql/types/FundCampaign/updatedAt/functions/updatedAtResolver.md

Lines changed: 4 additions & 4 deletions

docs/docs/auto-docs/graphql/types/Notification/Notification_engine/classes/NotificationEngine.md

Lines changed: 2 additions & 2 deletions

docs/docs/auto-docs/graphql/types/Query/eventQueries/recurringEventInstanceQueries/functions/getRecurringEventInstanceById.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)