Skip to content

Commit 1ebc7f0

Browse files
committed
Fix
1 parent 61e91a6 commit 1ebc7f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/backend/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ import { SsmEnvironmentEntriesGenerator } from '@aws-amplify/plugin-types';
3434
import { SsmEnvironmentEntry } from '@aws-amplify/plugin-types';
3535
import { Stack } from 'aws-cdk-lib';
3636

37-
declare namespace __export__function_runtime {
37+
declare namespace __export__function__runtime {
3838
export {
3939
getAmplifyDataClientConfig
4040
}
4141
}
42-
export { __export__function_runtime }
42+
export { __export__function__runtime }
4343

4444
export { a }
4545

packages/backend/src/index.internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ import * as __export__function__runtime from './function/runtime/index.js';
99
*/
1010

1111
export * from './types/platform.js';
12-
export { __export__function_runtime };
12+
export { __export__function__runtime };

0 commit comments

Comments
 (0)