Browse Source

chore(ts): Remove unused name (#45786)

Evan Purkhiser 2 years ago
parent
commit
58afb67deb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      static/app/types/project.tsx

+ 0 - 4
static/app/types/project.tsx

@@ -49,10 +49,6 @@ export type Project = {
   hasUserReports?: boolean;
   latestDeploys?: Record<string, Pick<Deploy, 'dateFinished' | 'version'>> | null;
   latestRelease?: Release;
-  /**
-   * @deprecated Use project slug instead
-   */
-  name?: string;
   options?: Record<string, boolean | string>;
   sessionStats?: {
     currentCrashFreeRate: number | null;