Skip to content

Commit 8624549

Browse files
committed
Fix path routes
1 parent 9c88cc8 commit 8624549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/routes/paidEvents.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import {
88
PutItemCommand,
99
DeleteItemCommand,
1010
} from "@aws-sdk/client-dynamodb";
11-
import { genericConfig } from "../config.js";
11+
import { genericConfig } from "../../common/config.js";
1212
import { marshall, unmarshall } from "@aws-sdk/util-dynamodb";
13-
import { DatabaseFetchError } from "../errors/index.js";
13+
import { DatabaseFetchError } from "../../common/errors/index.js";
1414
import { z } from "zod";
1515
import { zodToJsonSchema } from "zod-to-json-schema";
16-
import { AppRoles } from "../roles.js";
16+
import { AppRoles } from "../../common/roles.js";
1717

1818
const dynamoclient = new DynamoDBClient({
1919
region: genericConfig.AwsRegion,

0 commit comments

Comments
 (0)