mirror of
https://github.com/sasjs/server.git
synced 2026-01-13 09:00:04 +00:00
style: lint
This commit is contained in:
@@ -27,4 +27,4 @@ export const generateUniqueFileName = (fileName: string, extension = '') =>
|
||||
|
||||
export const addExtensionIfNotFound = (value: string, extension: string) => {
|
||||
return !value.includes('.') ? `.${extension}` : ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user