Skip to content

Commit

Permalink
Merge pull request #38 from biscuit-auth/fix-doc-comment
Browse files Browse the repository at this point in the history
Fix documentation for getRevocationIdentifiers
  • Loading branch information
divarvel committed Apr 28, 2023
2 parents 031e92e + e867454 commit f4ab91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -112,7 +112,7 @@ impl Biscuit {
.map_err(|e| serde_wasm_bindgen::to_value(&e).unwrap())
}

/// Returns the list of revocation identifiers, encoded as URL safe base 64
/// Returns the list of revocation identifiers, encoded as hexadecimal strings
#[wasm_bindgen(js_name = getRevocationIdentifiers)]
pub fn revocation_identifiers(&self) -> Box<[JsValue]> {
let ids: Vec<_> = self
Expand Down

0 comments on commit f4ab91d

Please sign in to comment.