Comparing version
@@ -1,1 +0,1 @@ | ||
export default function userPhotoPath(path: string): string; | ||
export default function userPhotoPath(path: string | undefined): string; |
{ | ||
"name": "hcode-fns", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Funções úteis usadas nas aplicações da Hcode", | ||
@@ -5,0 +5,0 @@ "types": "typings.d.ts", |
@@ -1,2 +0,2 @@ | ||
export default function userPhotoPath(path: string) { | ||
export default function userPhotoPath(path: string | undefined) { | ||
const basePath = 'https://storage.googleapis.com/hcode.com.br/'; | ||
@@ -3,0 +3,0 @@ if (path) { |
Sorry, the diff of this file is not supported yet
13449
0.19%