Skip to content

Commit f7f2b51

Browse files
committed
fix: 🩹 Add missing static
1 parent 8c44d61 commit f7f2b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/tasks/bsp_upload_file.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub struct BspUploadFileTask<NT, Runtime>
7979
where
8080
NT: ShNodeType<Runtime>,
8181
NT::FSH: BspForestStorageHandlerT<Runtime>,
82-
Runtime: StorageEnableRuntime,
82+
Runtime: StorageEnableRuntime + 'static,
8383
{
8484
storage_hub_handler: StorageHubHandler<NT, Runtime>,
8585
file_key_cleanup: Option<Runtime::Hash>,

0 commit comments

Comments
 (0)