Skip to content

Commit a1fec7e

Browse files
committed
Format nit
1 parent b1f4ce7 commit a1fec7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)