Skip to content

Commit

Permalink
fix metagen test
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Nov 27, 2024
1 parent eea93eb commit 6a5d41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/metagen/typegraphs/file_upload_sample.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright Metatype OÜ, licensed under the Mozilla Public License Version 2.0.
// SPDX-License-Identifier: MPL-2.0

import { Policy, t, typegraph } from "@typegraph/sdk/index.ts";
import { S3Runtime } from "@typegraph/sdk/providers/aws.ts";
import { Policy, t, typegraph } from "@typegraph/sdk";
import { S3Runtime } from "@typegraph/sdk/providers/aws";

export const tg = await typegraph({
name: "sample",
Expand Down

0 comments on commit 6a5d41a

Please sign in to comment.