Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream committed Apr 21, 2024
1 parent c0224b2 commit cd54e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/LoggingLoki/LokiTransformer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import class Foundation.JSONEncoder
import NIOCore
import NIOHTTP1
import NIOFoundationCompat
import Snappy

protocol LokiTransformer: Sendable {
Expand Down

0 comments on commit cd54e79

Please sign in to comment.