Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 544c38a

Browse files
Update save-project.js
1 parent 84d7d8c commit 544c38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/save-project.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const saveProject = async (id) => {
9999
id: metadata.id,
100100
title: metadata.title,
101101
author: metadata.author.username,
102-
pfp: metadata.author.profile.images['90x90'],
102+
pfp: metadata.author.profile.images['60x60'],
103103
created: metadata.history.created,
104104
modified: metadata.history.modified,
105105
version,

0 commit comments

Comments
 (0)