Skip to content

Commit

Permalink
Merge pull request #193 from KenEucker/develop
Browse files Browse the repository at this point in the history
fix(common): items removed to try and make a release happen
  • Loading branch information
KenEucker authored Sep 23, 2023
2 parents 95fbff4 + 4d62543 commit fda5cce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export interface CommonData {
source?: AvailableApis | string
concise?: boolean
cached?: boolean
verbose?: boolean // TODO: add verbose logging
}

export type CommonPayloadData = CommonData
Expand Down Expand Up @@ -128,7 +127,6 @@ export type ApiOptions = RequireAtLeastOne<{
account?: string
concise?: boolean
cached?: boolean
verbose?: boolean
}>

/// **************************** Imgur API Objects ********************************** ///
Expand Down

0 comments on commit fda5cce

Please sign in to comment.