Skip to content

Commit

Permalink
chore(souffle): ESLint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed May 15, 2024
1 parent fc7e43f commit f477518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internals/souffle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ export class ParsedSouffleOutput {
program: SouffleProgram,
rawOut: Map<RelationName, RawSouffleOutput>,
): ParsedSouffleOutput {
let entries = new Map<RelationName, [FactEntry["value"][], FactData?]>();
const entries = new Map<RelationName, [FactEntry["value"][], FactData?]>();
for (const [relationName, factNames] of rawOut.entries()) {
const relation = program.getRelation(relationName);
if (relation === undefined) {
Expand Down

0 comments on commit f477518

Please sign in to comment.