Skip to content

Commit 7e7d994

Browse files
committed
chore: test that caption removal works in dev deploy
1 parent 8c8ca7f commit 7e7d994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const handler = async function (
136136
let url = "";
137137
for (let eachRequestData of requestData) {
138138
const markdown = eachRequestData.markdown;
139-
const implicitFigures = eachRequestData.implicitFigures;
139+
const implicitFigures = true;
140140

141141
switch (eachRequestData.typeOfFile) {
142142
case "PDF":

0 commit comments

Comments
 (0)