Skip to content

Commit

Permalink
update sandbox to reflect current TTF
Browse files Browse the repository at this point in the history
  • Loading branch information
JohndeVadoss committed Apr 4, 2022
1 parent fb7a13b commit 9dd757b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified resources/ttf_snapshot/ttf_taxonomy.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/export_ttf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require("fs");
const grpc = require("grpc");
const grpc = require("@grpc/grpc-js");
const path = require("path");
const ttfClient = require("../out/ttf/service_grpc_pb");
const ttfTaxonomy = require("../out/ttf/taxonomy_pb");
Expand All @@ -10,7 +10,7 @@ const ttfConnection = new ttfClient.ServiceClient(
);

const version = new ttfTaxonomy.TaxonomyVersion();
version.setVersion("1.1");
version.setVersion("1.2");

ttfConnection.getFullTaxonomy(version, (err, taxonomy) => {
if (err) {
Expand Down

0 comments on commit 9dd757b

Please sign in to comment.