Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Dec 6, 2019
1 parent 29ade38 commit 5eac901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MisskeyKit/APIs/Model/StreamingModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public struct NoteUpdatedModel: Codable {

public let deletedAt: String?
public let choice: Int?
public let uesrId: String?
public let userId: String?
public let reaction: String?


Expand Down

0 comments on commit 5eac901

Please sign in to comment.