Skip to content

Commit 35a1632

Browse files
committed
Fix bad import path.
1 parent 5f3aade commit 35a1632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/cloud-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export { Request, Response };
2727
import { convertIfPresent, copyIfPresent } from '../common/encoding';
2828
import { ManifestEndpoint, ManifestRequiredAPI } from '../runtime/manifest';
2929

30-
export { Change } from './common/change';
30+
export { Change } from '../common/change';
3131

3232
/** @hidden */
3333
const WILDCARD_REGEX = new RegExp('{[^/{}]*}', 'g');

0 commit comments

Comments
 (0)