1
0
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:
Kyle Spearrin
2015-12-30 18:49:43 -05:00
parent c62c65f953
commit 77b197fb1c
2 changed files with 13 additions and 8 deletions

View File

@ -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();