diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-08 11:32:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-08 11:32:37 +0300 |
| commit | fba8665dcc22d11f8ac7b7583701951dc4d9544f (patch) | |
| tree | 2a98705b6324124d545ea43a2855bb36d1a75cfa /internal/platforms/linkedin/linkedin.go | |
| parent | 8e30ad597bf200c2f3be22262364a6f4e1af1a36 (diff) | |
fix
Diffstat (limited to 'internal/platforms/linkedin/linkedin.go')
| -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 768def5..da1ce0d 100644 --- a/internal/platforms/linkedin/linkedin.go +++ b/internal/platforms/linkedin/linkedin.go @@ -21,7 +21,7 @@ func Post(ctx context.Context, args config.Args, ent entry.Entry) error { return nil } - personID, accessToken, err := oauth2.LinkedInOauth2Creds(args) + personID, accessToken, err := oauth2.LinkedInOAuth2Creds(args) if err != err { return err } |
