Skip to content

Commit

Permalink
Mke shared instance of FacebookSendApi public
Browse files Browse the repository at this point in the history
  • Loading branch information
Koray Koska committed May 26, 2017
1 parent 173447c commit 5be4b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporFacebookBot/Send/FacebookSendApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import HTTP

public final class FacebookSendApi {

static let shared = FacebookSendApi()
public static let shared = FacebookSendApi()

public var registeredPayloadTypes: [FacebookSendAttachmentType: FacebookSendAttachmentPayload.Type] = [
FacebookSendAttachmentImage.attachmentType: FacebookSendAttachmentImage.self,
Expand Down

0 comments on commit 5be4b9f

Please sign in to comment.