Skip to content

Commit 9cca758

Browse files
committed
fix: use getitem with rsc content
1 parent 04e4330 commit 9cca758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def pin_write(self, *args, access_type=None, **kwargs):
776776
content["guid"],
777777
title=meta.title,
778778
description=meta.description or "",
779-
access_type=access_type or content.access_type,
779+
access_type=access_type or content["access_type"],
780780
)
781781

782782
return meta

0 commit comments

Comments
 (0)