mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
comments and some name changes
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
function dirtyCiphers(userId) {
|
||||
// Update all ciphers for a user to be dirty
|
||||
|
||||
function dirtyCiphers(userId) {
|
||||
var collection = getContext().getCollection();
|
||||
var collectionLink = collection.getSelfLink();
|
||||
var response = getContext().getResponse();
|
||||
|
Reference in New Issue
Block a user