Skip to content

Commit fab8ff0

Browse files
committed
fix: amo
1 parent 4bcd3f8 commit fab8ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pack-utils/amo.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export async function submitAddon(
116116
opts.sourceFile = await packingSourceCode;
117117
}
118118

119-
return signAddon({});
119+
return signAddon(opts);
120120
}
121121

122122
export default async function ({

0 commit comments

Comments
 (0)