mirror of
https://github.com/bitwarden/server
synced 2026-01-02 00:23:40 +00: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