Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Oct 22, 2024
1 parent 0e8fa39 commit bfb295c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage:

comment:
layout: "reach, diff, flags, files"
behavior: default
behavior: new
require_changes: false
require_base: false
require_head: false
2 changes: 1 addition & 1 deletion src/middlewares/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
shouldSwapAndRoute,
swapAndRoute,
} from '../api';
import { rescueDropAndBoostrap, routeDropAndBoostrap, shouldRouteDropAndBoostrap } from '../api/dropAndBootstrap';
import { routeDropAndBoostrap, shouldRouteDropAndBoostrap } from '../api/dropAndBootstrap';

interface RouterConfig {
schema?: Schema;
Expand Down

0 comments on commit bfb295c

Please sign in to comment.