Skip to content

Commit

Permalink
#32: Revert authorizing status
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Dec 30, 2014
1 parent a4200a5 commit 1885155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Slingshot.Upload = function (directive, metaData) {

var file = _.pick(self.file, "name", "size", "type");

status.set("validating");
status.set("authorizing");

var valid = this.validate(file);
if (valid !== true) {
Expand Down

0 comments on commit 1885155

Please sign in to comment.