Skip to content

Commit 0dd61f6

Browse files
zimegClaude
andcommitted
style: reorder highlight_type before snippet_type in file upload item
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 8530e6b commit 0dd61f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack_sdk/web/internal_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ def _to_v2_file_upload_item(upload_file: Dict[str, Any]) -> Dict[str, Optional[A
378378
"length": len(data),
379379
"title": title,
380380
"alt_txt": upload_file.get("alt_txt"),
381-
"snippet_type": upload_file.get("snippet_type"),
382381
"highlight_type": upload_file.get("highlight_type"),
382+
"snippet_type": upload_file.get("snippet_type"),
383383
}
384384

385385

0 commit comments

Comments
 (0)