Skip to content

Commit

Permalink
refactor(gitea): cleanup types (#16968)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Aug 4, 2022
1 parent 1bc8fee commit ababf34
Show file tree
Hide file tree
Showing 8 changed files with 422 additions and 357 deletions.
6 changes: 2 additions & 4 deletions lib/config/presets/gitea/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { logger } from '../../../logger';
import {
RepoContents,
getRepoContents,
} from '../../../modules/platform/gitea/gitea-helper';
import { getRepoContents } from '../../../modules/platform/gitea/gitea-helper';
import type { RepoContents } from '../../../modules/platform/gitea/types';
import { ExternalHostError } from '../../../types/errors/external-host-error';
import { fromBase64 } from '../../../util/string';
import type { Preset, PresetConfig } from '../types';
Expand Down
Loading

0 comments on commit ababf34

Please sign in to comment.