chore: prettier
This commit is contained in:
@@ -87,14 +87,14 @@ router.put('/runs/:fileName', async (req, res) => {
|
|||||||
try {
|
try {
|
||||||
const id = createRemoteBrowserForRun({
|
const id = createRemoteBrowserForRun({
|
||||||
browser: chromium,
|
browser: chromium,
|
||||||
launchOptions: {
|
launchOptions: {
|
||||||
headless: true,
|
headless: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
server: '',
|
server: '',
|
||||||
username: '',
|
username: '',
|
||||||
password: '',
|
password: '',
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const runId = uuid();
|
const runId = uuid();
|
||||||
|
|||||||
Reference in New Issue
Block a user