Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit e3f544f

Browse files
committed
Adds an important TODO about versioning
1 parent 048755c commit e3f544f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/extractor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def extract_schemas(
124124
assert len(docs_info['sections']) == len(api_schemas)
125125

126126
meta = {
127+
# TODO: Does the original app bundle have some version? Would be great to find it ;)
127128
'_generated_on': datetime.utcnow().isoformat(),
128129
'_generated_from': app_url,
129130
} if append_meta else {}

0 commit comments

Comments
 (0)