[PR #7011] [MERGED] fix(organization): remove unnecessary type re-export #7021

Closed
opened 2026-03-13 13:21:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7011
Author: @bytaesu
Created: 12/26/2025
Status: Merged
Merged: 12/27/2025
Merged by: @Bekacru

Base: canaryHead: 2025-12-27/fix/org-access-type-export


📝 Commits (1)

  • 43961b3 fix(organization): remove unnecessary type re-export

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 packages/better-auth/src/plugins/organization/index.ts (+0 -1)

📄 Description

The type doesn't actually exist, and that method is meant to be accessed through a different entry path.


Summary by cubic

Removed re-export of a non-existent access type from the organization plugin index to prevent TypeScript import errors. Use the intended access entry path; closes #7004.

Written for commit 43961b34fe. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7011 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 12/26/2025 **Status:** ✅ Merged **Merged:** 12/27/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `2025-12-27/fix/org-access-type-export` --- ### 📝 Commits (1) - [`43961b3`](https://github.com/better-auth/better-auth/commit/43961b34fec4adaed7148afd3eacd45557178360) fix(organization): remove unnecessary type re-export ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/plugins/organization/index.ts` (+0 -1) </details> ### 📄 Description The type doesn't actually exist, and that method is meant to be accessed through a different entry path. - Closes https://github.com/better-auth/better-auth/issues/7004 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed re-export of a non-existent access type from the organization plugin index to prevent TypeScript import errors. Use the intended access entry path; closes #7004. <sup>Written for commit 43961b34fec4adaed7148afd3eacd45557178360. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:21:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#7021