diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-09 23:44:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-09 23:44:09 +0300 |
| commit | af7c12e5d42b6a19fd657138862ca6db6942d402 (patch) | |
| tree | 7a7914fa145e7affafc1bb8e4abadcebef12dacb /internal/platforms | |
| parent | 8e23c12025fac69c6c08aa37e690ee24978c6eed (diff) | |
refactor
Diffstat (limited to 'internal/platforms')
| -rw-r--r-- | internal/platforms/linkedin/linkedin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/platforms/linkedin/linkedin.go b/internal/platforms/linkedin/linkedin.go index 3addd46..ce30970 100644 --- a/internal/platforms/linkedin/linkedin.go +++ b/internal/platforms/linkedin/linkedin.go @@ -47,7 +47,7 @@ func callLinkedInAPI(personID, accessToken, message string) error { post := map[string]interface{}{ "author": fmt.Sprintf("urn:li:person:%s", personID), - "commentary": message, + "commentary": message, // TODO: Can't post (...) paretenthesis? escape them? "visibility": "PUBLIC", "distribution": map[string]interface{}{ "feedDistribution": "MAIN_FEED", |
