Skip to content

Commit 0e08cc4

Browse files
committed
Bump layer
1 parent 9349915 commit 0e08cc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schemas

tools/gen_filerefmap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function generate(int $layer, string $schema): void
4949
);
5050

5151
$TL = new TL(null);
52-
file_put_contents(__DIR__."/../schemas/TL_telegram_v{$layer}_file_ref_map_schema.json", json_encode($TL->toJson($schema), flags: JSON_THROW_ON_ERROR));
52+
file_put_contents(__DIR__."/../schemas/TL_telegram_v{$layer}_file_ref_map_schema.json", json_encode($TL->toJson($schema), flags: JSON_THROW_ON_ERROR|JSON_PRETTY_PRINT));
5353

5454
copy(
5555
__DIR__."/../src/file_ref_map.dat",

0 commit comments

Comments
 (0)