Skip to content

Commit a1f579e

Browse files
committed
fix: building error
1 parent 36613f0 commit a1f579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mappings/diamond.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ export function handlePortalData(event: PortalData): void {
20502050
for (let i = 0; i < options.length; i++) {
20512051
let option = getOrCreateAavegotchiOption(
20522052
portal.id,
2053-
options[i].portalOptionId.toString()
2053+
options[i].portalOptionId
20542054
);
20552055
option.portal = portal.id;
20562056
option.owner = portal.owner;

0 commit comments

Comments
 (0)