Skip to content

Commit

Permalink
make bookmark.title nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
koonwen committed Nov 12, 2024
1 parent 098d008 commit 78852ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slack.atd
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ type remove_bookmark_res = {
type bookmark = {
id: string;
channel_id: string;
title: string;
?title: string nullable;
link: string;
}

Expand Down

0 comments on commit 78852ab

Please sign in to comment.