Skip to content

Commit

Permalink
fix(api): remove-curent-line to remove-current-line (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuayoes committed Oct 4, 2022
1 parent 35d49d6 commit c4f50bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/app/services/api/api.ts
Expand Up @@ -14,7 +14,7 @@ import Config from "../../config"
import { GeneralApiProblem, getGeneralApiProblem } from "./apiProblem" // @demo remove-current-line
import type {
ApiConfig,
ApiFeedResponse, // @demo remove-curent-line
ApiFeedResponse, // @demo remove-current-line
} from "./api.types"
import type { EpisodeSnapshotIn } from "../../models/Episode" // @demo remove-current-line

Expand Down

0 comments on commit c4f50bc

Please sign in to comment.