Skip to content

Commit 2d4bc38

Browse files
mrstorkactions-user
authored andcommitted
chore: format with prettier
1 parent ac580e6 commit 2d4bc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/netlify-deploy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ export class NextDeployInstance extends NextInstance {
148148

149149
try {
150150
const deployUrlRegex = new RegExp(
151-
/https:\/\/app\.netlify\.com\/sites\/(?<siteName>.+)\/deploys\/(?<deployID>[0-9a-f]+)/gm
151+
/https:\/\/app\.netlify\.com\/sites\/(?<siteName>.+)\/deploys\/(?<deployID>[0-9a-f]+)/gm,
152152
).exec(deployRes.stdout)
153-
const [ buildLogsUrl ] = deployUrlRegex || []
153+
const [buildLogsUrl] = deployUrlRegex || []
154154
const { deployID, siteName } = deployUrlRegex?.groups || {}
155155

156156
if (!deployID) {

0 commit comments

Comments
 (0)