Skip to content

Commit

Permalink
♻️ refactor: update codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Dec 15, 2024
1 parent 91d463b commit c277664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ func Parse(json string) (w *wrapper, err error) {
if value, exists := values["text"].(string); exists {
header.text = value
}
if value, exists := values["Type"].(string); exists {
if value, exists := values["type"].(string); exists {
header.typez = value
}
if value, exists := values["description"].(string); exists {
Expand Down

0 comments on commit c277664

Please sign in to comment.