Skip to content

Commit

Permalink
fix(Convert to/from binary data Node): Change Mime to MIME (no-change…
Browse files Browse the repository at this point in the history
…log) (#7446)

Github issue / Community forum post (link here to close automatically):
  • Loading branch information
StarfallProjects authored Oct 16, 2023
1 parent 9d241a0 commit 869b8f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export class MoveBinaryData implements INodeType {
description: 'Whether to keep the binary data as base64 string',
},
{
displayName: 'Mime Type',
displayName: 'MIME Type',
name: 'mimeType',
type: 'string',
displayOptions: {
Expand Down

0 comments on commit 869b8f1

Please sign in to comment.