Removed the unnecessary "fullPath" computed property from the Resource model in the library target.

This commit is contained in:
2025-09-30 15:30:28 +02:00
parent 6b3cc44a15
commit 790433f1a7
4 changed files with 9 additions and 57 deletions
@@ -37,7 +37,7 @@ extension String {
return nil
}
return matches.output.1
return matches.output.1 ?? .empty
}
}