Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEmbrace committed Sep 23, 2024
1 parent 8307a6c commit fdc2fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EmbraceCore/Internal/Logs/LogController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private extension LogController {
return batches
}

func createResourcePayload(sessionId: SessionIdentifier?,
func createResourcePayload(sessionId: SessionIdentifier?,
processId: ProcessIdentifier = ProcessIdentifier.current
) throws -> ResourcePayload {
guard let storage = storage else {
Expand Down

0 comments on commit fdc2fa3

Please sign in to comment.