Skip to content

Commit

Permalink
Rename DecodeResultType -> DecodeResult as a result of merging fr…
Browse files Browse the repository at this point in the history
…om `main`.
  • Loading branch information
junhaoliao authored Nov 15, 2024
1 parent e002f4f commit 8793d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/LogFileManager/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint max-lines: ["error", 450] */
import {
Decoder,
DecodeResultType,
DecodeResult,
DecoderOptions,
} from "../../typings/decoders";
import {MAX_V8_STRING_LENGTH} from "../../typings/js";
Expand Down Expand Up @@ -323,7 +323,7 @@ class LogFileManager {
* @param results The map to store query results.
*/
#processQueryDecodedEvents (
decodedEvents: DecodeResultType[],
decodedEvents: DecodeResult[],
queryRegex: RegExp,
results: QueryResults
): void {
Expand Down

0 comments on commit 8793d0b

Please sign in to comment.