We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd6a12 commit 1def96dCopy full SHA for 1def96d
1 file changed
src/app/services/photo.service.ts
@@ -113,7 +113,7 @@ export class PhotoService {
113
}
114
115
// Retrieve the photo metadata based on the platform the app is running on
116
- private async getPhotoFile(cameraPhoto: CameraPhoto, fileName: string) {
+ private async getPhotoFile(cameraPhoto: CameraPhoto, fileName: string): Promise<Photo> {
117
if (this.platform.is('hybrid')) {
118
// Get the new, complete filepath of the photo saved on filesystem
119
const fileUri = await Filesystem.getUri({
0 commit comments