Skip to content

Commit 2657cb3

Browse files
authored
Fix build failure
1 parent a097c27 commit 2657cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Feather/Views/Library/Install/InstallPreviewView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct InstallPreviewView: View {
225225
if useNovaDNSDynamic && hasStarted {
226226
let now = Date()
227227
if now.timeIntervalSince(lastEnablePPQTime) >= 10 {
228-
await sendNovaDNSDynamicEnablePPQ()
228+
await sendNovaDNSDynamicRequest(endpoint: "enablePPQ")
229229
lastEnablePPQTime = now
230230
}
231231
}

0 commit comments

Comments
 (0)