Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 2, 2024
1 parent a679a79 commit 671c789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/types/src/modules/core-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import type { FileSystemCache } from 'file-system-cache';
import type { Options as TelejsonOptions } from 'telejson';
import type { Router } from 'express';
import type { Server } from 'node:http';
import type { Server } from 'http';
import type { PackageJson as PackageJsonFromTypeFest } from 'type-fest';

import type { StoriesEntry, Indexer } from './indexer';
Expand Down

0 comments on commit 671c789

Please sign in to comment.