Skip to content

Commit 25ea446

Browse files
committed
fix build on Linux
1 parent 5781034 commit 25ea446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/APIGateway+V2+Encodable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import HTTPTypes
1616

1717
#if canImport(FoundationEssentials)
1818
import class FoundationEssentials.JSONEncoder
19-
import class FoundationEssentials.Data
19+
import struct FoundationEssentials.Data
2020
#else
2121
import class Foundation.JSONEncoder
2222
import struct Foundation.Data

0 commit comments

Comments
 (0)