Skip to content

Commit

Permalink
It really doesn't like how I format this
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Nov 4, 2024
1 parent f459df5 commit 2b380fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions odysseus/convertFtbQuests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,9 @@ export const convertFtbQuests = async (
text += `<img src="${obj.image}`;

if ("align" in obj) {
const alignment = [
"left",
"middle",
"right"
][parseInt(obj.align)];
const alignment = ["left", "middle", "right"][
parseInt(obj.align)
];

text += ` align="${alignment}"`;
}
Expand Down

0 comments on commit 2b380fc

Please sign in to comment.