Skip to content

Commit

Permalink
feat: Added user-username case (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa committed Nov 3, 2019
1 parent 60c8491 commit dd82e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "3.3.1"),
.package(url: "https://github.com/vapor/fluent-mysql.git", from: "3.0.1"),
.package(url: "https://github.com/YouClap/GoogleCloudPubSubKit.git", from: "0.1.0")
.package(url: "https://github.com/YouClap/GoogleCloudPubSubKit.git", from: "0.2.0")
],
targets: [
.target(name: "YouClap", dependencies: ["Vapor", "FluentMySQL", "GoogleCloudPubSubKit"]),
Expand Down
1 change: 1 addition & 0 deletions Sources/YouClap/AmericaMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ extension AmericaMessage {
case group
case post
case user
case userUsername
}

public enum Data {
Expand Down

0 comments on commit dd82e51

Please sign in to comment.