diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-11 22:07:51 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-11 22:07:51 +0200 |
| commit | 1dca76e728a70b70ee8001c87407acf962e731cd (patch) | |
| tree | 4636d5b8769595de135bca8977b951d0a570da48 /internal/platforms/platform.go | |
| parent | a5529938536f7a530f0c55e5a82b16a4c80af5b4 (diff) | |
refactor a bit again
Diffstat (limited to 'internal/platforms/platform.go')
| -rw-r--r-- | internal/platforms/platform.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/platforms/platform.go b/internal/platforms/platform.go index 3cf02c9..e5bbd22 100644 --- a/internal/platforms/platform.go +++ b/internal/platforms/platform.go @@ -39,7 +39,7 @@ func (p Platform) String() string { } func (p Platform) Post(ctx context.Context, args config.Args, sizeLimit int, en entry.Entry) (err error) { - _, _ = colour.Infoln("Posting", en) + colour.Infoln("Posting", en) switch p.String() { case "mastodon": err = mastodon.Post(ctx, args, sizeLimit, en) |
