Delete some stuff
This commit is contained in:
parent
af14655d94
commit
9deaf0fa5a
|
@ -34,9 +34,7 @@ func (s *DataStore) CreateFile(id string, size int64, meta map[string]string) er
|
||||||
// @TODO Refactor DataStore to support meta argument properly. Needs to be
|
// @TODO Refactor DataStore to support meta argument properly. Needs to be
|
||||||
// defined in tus protocol first.
|
// defined in tus protocol first.
|
||||||
entry := logEntry{Meta: &metaEntry{
|
entry := logEntry{Meta: &metaEntry{
|
||||||
Size: size,
|
Size: size,
|
||||||
ContentType: "",
|
|
||||||
ContentDisposition: "",
|
|
||||||
}}
|
}}
|
||||||
return s.appendFileLog(id, entry)
|
return s.appendFileLog(id, entry)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue