Skip to content

Commit

Permalink
Fix access type of init for Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Mar 10, 2023
1 parent f88873b commit 99bd794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Scribe/Scribe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open class Scribe: Pluginable {
/// The source of the log event.
public let source: String?

init(level: Level, message: Message, metadata: Metadata?, source: String?) {
public init(level: Level, message: Message, metadata: Metadata?, source: String?) {
self.level = level
self.message = message
self.metadata = metadata
Expand Down

0 comments on commit 99bd794

Please sign in to comment.