Update apps/server/src/api/v2/organization/PUT.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Nate Kelley 2025-07-17 13:11:04 -06:00 committed by GitHub
parent 0d5a881b89
commit 8c562c70b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { getOrganization, getUserOrganizationId, updateOrganization } from '@buster/database';
import { getOrganization, updateOrganization } from '@buster/database';
import type { User } from '@buster/database';
import type {
UpdateOrganizationRequest,