forked from jsnbuchanan/crowd-funder-for-time-pwa
fix problem finding offer identifiers
This commit is contained in:
@@ -136,7 +136,7 @@ export function isDid(did: string): boolean {
|
||||
* @param {string} did - The DID to check
|
||||
* @returns {boolean} True if DID is hidden
|
||||
*/
|
||||
export function isHiddenDid(did: string): boolean {
|
||||
export function isHiddenDid(did: string | undefined): boolean {
|
||||
return did === HIDDEN_DID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user