Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov committed Sep 3, 2024
1 parent d48ef09 commit acda2dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gql/campaign-applications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ export interface CampaignApplication {
archived: boolean | null
}

export type Keys = keyof CampaignApplication

export type Keys = keyof CampaignApplication;
=======
export class CreateCampaignApplicationInput {
/**
* What would the campaign be called. ('Help Vesko' or 'Castrate Plovdiv Cats')
Expand Down

0 comments on commit acda2dc

Please sign in to comment.