Skip to content

Commit e96a79a

Browse files
committed
sovle conflict in push
1 parent f5f2512 commit e96a79a

File tree

1 file changed

+1
-1
lines changed
  • app/[nsfront]/[nsbehind]/[name]/[version]

1 file changed

+1
-1
lines changed

app/[nsfront]/[nsbehind]/[name]/[version]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const CratePage = () => {
166166
const data = await response.json();
167167
setResults(data);
168168
} catch (error) {
169-
console.error('Error fetching crate:', error);
169+
console.error('Error fetching crate data:', error);
170170
setError('An error occurred');
171171
} finally {
172172
setLoading(false);

0 commit comments

Comments
 (0)