chore: prettier

This commit is contained in:
karishmas6
2024-10-06 01:08:21 +05:30
parent 310711e4c7
commit 1595f420fc

View File

@@ -87,14 +87,14 @@ router.put('/runs/:fileName', async (req, res) => {
try {
const id = createRemoteBrowserForRun({
browser: chromium,
launchOptions: {
launchOptions: {
headless: true,
proxy: {
server: '',
username: '',
password: '',
}
}
}
});
const runId = uuid();