Skip to content

Commit 48c3212

Browse files
committed
Fix Cache warning
1 parent cb069bd commit 48c3212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Core/CurrentReferenceCache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
import Cache
15+
@preconcurrency import Cache
1616

1717
typealias CurrentReferenceCache = ExpiringCache<String, String>
1818

0 commit comments

Comments
 (0)