Skip to content

Commit

Permalink
explicitly mark publc objects (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrià Cidre <adriacidre@users.noreply.github.com>
  • Loading branch information
adriacidre and adriacidre committed May 27, 2024
1 parent 46eafc0 commit f16bb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chat-object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export class FileObject {
link: this.link,
key: this.key,
mime: this.mime,
expires: this.expires
expires: this.expires,
public: (this.key == "")
}
}

Expand Down

0 comments on commit f16bb2c

Please sign in to comment.