Skip to content

Commit 87ed5c7

Browse files
authored
Fix import
1 parent aa476f1 commit 87ed5c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/NostrSDK/NostrSDK.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import Foundation
77
// Depending on the consumer's build setup, the low-level FFI code
88
// might be in a separate module, or it might be compiled inline into
99
// this module. This is a bit of light hackery to work with both.
10-
#if canImport(nostr_sdk_ffiFFI)
11-
import nostr_sdk_ffiFFI
10+
#if canImport(nostr_sdkFFI)
11+
import nostr_sdkFFI
1212
#endif
1313

1414
fileprivate extension RustBuffer {
@@ -33374,4 +33374,4 @@ private func uniffiEnsureInitialized() {
3337433374
}
3337533375
}
3337633376

33377-
// swiftlint:enable all
33377+
// swiftlint:enable all

0 commit comments

Comments
 (0)