Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 3654c8a

Browse files
committed
Default to BUFFER_PROFILE_ID of 0
1 parent 13b4397 commit 3654c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/buffer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919

2020
def main
2121
token = Env.BUFFER_ACCESS_TOKEN
22-
profile = Integer(Env.BUFFER_PROFILE_ID)
22+
profile = Integer(ENV.fetch('BUFFER_PROFILE_ID', "0"))
2323

2424
message = gather_message(ARGV)
2525
client = Buffer::Client.new(token)

0 commit comments

Comments
 (0)