Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro committed Nov 14, 2024
1 parent 61e91a6 commit 1ebc7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/backend/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ import { SsmEnvironmentEntriesGenerator } from '@aws-amplify/plugin-types';
import { SsmEnvironmentEntry } from '@aws-amplify/plugin-types';
import { Stack } from 'aws-cdk-lib';

declare namespace __export__function_runtime {
declare namespace __export__function__runtime {
export {
getAmplifyDataClientConfig
}
}
export { __export__function_runtime }
export { __export__function__runtime }

export { a }

Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/index.internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ import * as __export__function__runtime from './function/runtime/index.js';
*/

export * from './types/platform.js';
export { __export__function_runtime };
export { __export__function__runtime };

0 comments on commit 1ebc7f0

Please sign in to comment.