Skip to content

Commit

Permalink
feat: fix template file cache
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Dec 20, 2024
1 parent 36eb6d7 commit 0d7bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/core/App/utils/proofBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useState, useEffect } from 'react'
import { TOKENS, useServices } from '../container-api'
import { templateBundleStorageDirectory, templateCacheDataFileName, templateBundleIndexFileName } from '../constants'
import { BifoldLogger } from '../services/logger'
import { FileCache, CacheDataFile } from './fileCache'
import { FileCache } from './fileCache'

type ProofRequestTemplateFn = (useDevTemplates: boolean) => Array<ProofRequestTemplate>

Expand Down

0 comments on commit 0d7bf5b

Please sign in to comment.