Skip to content

Commit 9ab9f54

Browse files
committed
fix: const file location
1 parent cb48960 commit 9ab9f54

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

const.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

mappings/kleros-liquid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
UserDisputeInfo,
2323
StakeSet
2424
} from "../generated/schema";
25-
import { ONE, ZERO, ZERO_B } from "../const";
25+
import { ONE, ZERO, ZERO_B } from "./const";
2626
import { BigInt, Bytes, crypto, log } from "@graphprotocol/graph-ts";
2727

2828
export class Period {

0 commit comments

Comments
 (0)