diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 18:33:53 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-05 18:33:53 +0400 | 
| commit | 038add4d5e8465f8bb36f1a1fa5817a02cab833b (patch) | |
| tree | 2bcab259fc3b7a57ff9de4b043fa0c5571c85622 /exes/webhook/src/handler/tests/mod.rs | |
| parent | 63565094f480154556be69a6b3625e47c3b28f04 (diff) | |
base for tracing
Diffstat (limited to 'exes/webhook/src/handler/tests/mod.rs')
| -rw-r--r-- | exes/webhook/src/handler/tests/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/webhook/src/handler/tests/mod.rs b/exes/webhook/src/handler/tests/mod.rs index cf7f558..60ae6d3 100644 --- a/exes/webhook/src/handler/tests/mod.rs +++ b/exes/webhook/src/handler/tests/mod.rs @@ -1,2 +1,2 @@ -pub mod signature;  pub mod handler; +pub mod signature;  | 
