Fix typo in file upload

This commit is contained in:
yflory
2017-05-10 15:00:05 +02:00
parent 1e4fc5a979
commit 5c8586f8a3
2 changed files with 2 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ define([
common.getEditHashFromKeys = Hash.getEditHashFromKeys;
common.getViewHashFromKeys = Hash.getViewHashFromKeys;
common.getFileHashFromKeys = Hash.getFileHashFromKeys;
common.getSecrets = Hash.getSecrets;
common.getHashes = Hash.getHashes;
common.createChannelId = Hash.createChannelId;