Skip to content

Commit

Permalink
Merge pull request #135 from superfaceai/new_imports_for_onesdk
Browse files Browse the repository at this point in the history
Update import for Cloudflare Worker
  • Loading branch information
freaz authored Sep 19, 2023
2 parents 257ddb1 + fbdd039 commit 9870e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/cloudflare-workers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import {
OneClient,
PerformError,
UnexpectedError,
} from '@superfaceai/one-sdk/cloudflare';
} from '@superfaceai/one-sdk-cloudflare';

import profileFile from '../superface/[scope.]<name>.profile';
import mapFile from '../superface/[scope.]<name>.<providerName>.map.js';
Expand Down

0 comments on commit 9870e78

Please sign in to comment.