Skip to content

Commit 5f998fb

Browse files
committed
fix frontend lint
1 parent 6d01598 commit 5f998fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import {devices} from '@playwright/test';
33

4-
const BASE_URL = process.env.GITEA_URL? process.env.GITEA_URL: 'http://localhost:3000';
4+
const BASE_URL = process.env.GITEA_URL ? process.env.GITEA_URL : 'http://localhost:3000';
55

66
/**
77
* @see https://playwright.dev/docs/test-configuration

0 commit comments

Comments
 (0)