const cachedFileId = (data) => data && typeof data.fileID === 'string' ? data.fileID : null module.exports = { cachedFileId }