Skip to content

Commit 51941dc

Browse files
committed
fix: self not in function
1 parent 9aeba84 commit 51941dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/common/integrations/LinkedInIntegration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def get_profile_posts(
254254

255255
return df.reset_index(drop=True)
256256

257-
def get_organization_id(url: str) -> str:
257+
def get_organization_id(self, url: str) -> str:
258258
"""Extract organization ID from LinkedIn URL.
259259
260260
Handles company, school and showcase pages.

0 commit comments

Comments
 (0)