Skip to content

Commit 4d3bbba

Browse files
committed
Format nit
1 parent 252666a commit 4d3bbba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/utils/alert-rules.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ const WARN_UX: RuleActionUX = {
5959
display: true
6060
}
6161

62-
type SettingsType = (SocketSdkResultType<'postSettings'> & {
63-
success: true
64-
})['data']
65-
6662
function findSocketYmlSync() {
6763
let prevDir = null
6864
let dir = process.cwd()
@@ -169,6 +165,10 @@ function uxForDefinedNonDeferValue(
169165
return ERROR_UX
170166
}
171167

168+
type SettingsType = (SocketSdkResultType<'postSettings'> & {
169+
success: true
170+
})['data']
171+
172172
export function createAlertUXLookup(
173173
settings: SettingsType
174174
): (context: {

0 commit comments

Comments
 (0)