Skip to content

Commit d70f578

Browse files
committed
fix: class too
1 parent d78c344 commit d70f578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/decorators/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function Response<ExampleType, HeaderType extends IsValidHeader<HeaderTyp
1212
description?: string,
1313
example?: ExampleType,
1414
produces?: string | string[],
15-
): MethodDecorator {
15+
): ClassDecorator {
1616
return () => {
1717
return;
1818
};

0 commit comments

Comments
 (0)