Skip to content

Commit 27c0156

Browse files
committed
Fix get report by id query
1 parent d181f67 commit 27c0156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/reports/reports.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ export class ReportsService {
150150
const command = new GetItemCommand({
151151
TableName: this.tableName,
152152
Key: marshall({
153-
userId, // Partition key
154-
id // Sort key
153+
userId, // Partition key
154+
id, // Sort key
155155
}),
156156
});
157157

0 commit comments

Comments
 (0)