Skip to content

Commit

Permalink
🐛 Fix typo on switch
Browse files Browse the repository at this point in the history
  • Loading branch information
andremacedopv committed Jan 24, 2023
1 parent 52dc17c commit fb34355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/dynamicAssetTypeFuncs.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func HandlePropUpdate(assetProps AssetProp, propMap map[string]interface{}) (Ass
return assetProps, errors.WrapError(err, "invalid readOnly value")
}
assetProps.ReadOnly = readOnlyValue.(bool)
case "writeres":
case "writers":
writers := make([]string, 0)
writersArr, ok := v.([]interface{})
if ok {
Expand Down

0 comments on commit fb34355

Please sign in to comment.