Skip to content

Commit 139b09e

Browse files
committed
Do not ask for geometry.paths when requesting Files API
1 parent d7af303 commit 139b09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Inspector/FigmaInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ string GetFontPath(string name, string extension)
391391
}
392392
else
393393
{
394-
json = Encoding.UTF8.GetString(await $"{api}/files/{title}?geometry=paths".HttpGetAsync(headers, cancellationToken: token));
394+
json = Encoding.UTF8.GetString(await $"{api}/files/{title}".HttpGetAsync(headers, cancellationToken: token));
395395
}
396396

397397
if (systemCopyBuffer) GUIUtility.systemCopyBuffer = json;

0 commit comments

Comments
 (0)