Skip to content

Commit

Permalink
fix: review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalbert committed May 7, 2024
1 parent 240a618 commit d64725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butter_cms/content_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get(self, keys=None, params=None):
params['keys'] = ','.join(keys)
return self.api_get(params=params)

def getCollection(self, slug, fields=None, params=None):
def get_collection(self, slug, fields=None, params=None):
if not params:
params = {}
if fields:
Expand Down

0 comments on commit d64725e

Please sign in to comment.