Skip to content

Commit cde4a48

Browse files
committed
fix(server): bump statistic definition version
1 parent b053efb commit cde4a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/api/statistic-definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ const definitions = {
186186
};
187187

188188
// Keep the export separate from declaration to enable tsc to typecheck the `@type` annotation.
189-
module.exports = {definitions, VERSION: 1};
189+
module.exports = {definitions, VERSION: 2};

0 commit comments

Comments
 (0)