diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-05 14:54:29 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-05 14:54:29 +0000 |
| commit | 3f50107062d55a15decc47e93fd4e9f473de86e8 (patch) | |
| tree | 8242bf52608afd08a9adc12d9223cb08f42fa517 /src/http | |
| parent | f8235b7977c673524c12a229eddb7ace6b0c2c0d (diff) | |
sync all repos when authorised state data push received
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs index 10563da..e2caf5d 100644 --- a/src/http/mod.rs +++ b/src/http/mod.rs | |||
| @@ -237,6 +237,7 @@ impl Service<Request<Incoming>> for HttpService { | |||
| 237 | &identifier, | 237 | &identifier, |
| 238 | &owner_pubkey_hex, | 238 | &owner_pubkey_hex, |
| 239 | purgatory.clone(), | 239 | purgatory.clone(), |
| 240 | &git_data_path, | ||
| 240 | ) | 241 | ) |
| 241 | .await; | 242 | .await; |
| 242 | 243 | ||