Skip to content

Commit 0420e57

Browse files
Update components/what_are_those/common/utils.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8e5f010 commit 0420e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const checkTmp = (filename) => {
22
if (!filename.startsWith("/tmp")) {
3-
return "/tmp/filename";
3+
return `/tmp/${filename}`;
44
}
55
return filename;
66
};

0 commit comments

Comments
 (0)