mirror of
https://github.com/timvisee/send.git
synced 2025-10-04 01:59:16 +02:00
Begin implementing a reporting mechanism
This commit is contained in:
parent
ccbcb69666
commit
9891d1f0ba
37 changed files with 762 additions and 183 deletions
|
@ -6,7 +6,7 @@ const storage = {
|
|||
length: sinon.stub()
|
||||
};
|
||||
|
||||
function request(id, meta) {
|
||||
function request(id, meta = {}) {
|
||||
return {
|
||||
params: { id },
|
||||
meta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue