Skip to content

Commit

Permalink
fix: @protobuf-ts/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Dec 18, 2024
1 parent 3039f06 commit f8c63e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.dev.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { $app, Console, done, gRPC, Lodash as _ } from "@nsnanocat/util";
import { MESSAGE_TYPE, reflectionMergePartial, BinaryReader, WireType, UnknownFieldHandler, isJsonObject, typeofJsonValue, jsonWriteOptions, MessageType } from "@protobuf-ts/runtime";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
import modifyPegasusQueryContext from "./function/modifyPegasusQueryContext.mjs";
import { MESSAGE_TYPE, reflectionMergePartial, BinaryReader, WireType, UnknownFieldHandler, isJsonObject, typeofJsonValue, jsonWriteOptions, MessageType } from "@protobuf-ts/runtime";
import { SiriPegasusRequest } from "./proto/apple/parsec/siri/v2alpha/SiriPegasusRequest.js";
import { SafariSearchRequest } from "./proto/apple/parsec/safari/v1alpha/SafariSearchRequest.js";
import { LookupSearchRequest } from "./proto/apple/parsec/lookup/v1alpha/LookupSearchRequest.js";
Expand Down
1 change: 1 addition & 0 deletions src/request.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { $app, Console, done, gRPC, Lodash as _ } from "@nsnanocat/util";
import { MessageType } from "@protobuf-ts/runtime";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
import modifyPegasusQueryContext from "./function/modifyPegasusQueryContext.mjs";
Expand Down

0 comments on commit f8c63e8

Please sign in to comment.