Skip to content

Commit 6b8700b

Browse files
committed
fix: config stub
1 parent db8f527 commit 6b8700b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/config.stub

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const attachmentConfig = defineConfig({
1212
resize: 300,
1313
}
1414
}
15-
]
15+
}
1616
})
1717

1818
export default attachmentConfig
1919

2020
declare module '@jrmc/adonis-attachment' {
2121
interface AttachmentVariants extends InferConverters<typeof attachmentConfig> {}
22-
}
22+
}

0 commit comments

Comments
 (0)