Skip to content
Snippets Groups Projects
Commit cbcb2aba authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Rename file.coffee to AvatarFileConfig and move to server

parent 1f3413b8
No related merge requests found
if Meteor.isServer Meteor.startup ->
storeType = 'GridFS' storeType = 'GridFS'
if Meteor.settings?.public?.avatarStore?.type? if Meteor.settings?.public?.avatarStore?.type?
...@@ -41,4 +41,3 @@ if Meteor.isServer ...@@ -41,4 +41,3 @@ if Meteor.isServer
file.readStream.pipe this.createWriteStream() file.readStream.pipe this.createWriteStream()
return return
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment