Skip to content

Commit 000b281

Browse files
committed
ops tags
1 parent 217515b commit 000b281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/meteor/app/api/server/definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export type TypedOptions = {
231231
};
232232
query?: ValidateFunction;
233233
body?: ValidateFunction;
234-
tags: string[];
234+
tags?: string[];
235235
} & Options;
236236

237237
type TypedThis<TOptions extends TypedOptions> = {

0 commit comments

Comments
 (0)