From 4c915d6ae7baa18a4cd937c4f97e0ae2edacdb37 Mon Sep 17 00:00:00 2001 From: lub Date: Fri, 4 Jun 2021 22:28:27 +0200 Subject: [PATCH] increase duration to int64 --- bot.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.ps1 b/bot.ps1 index 329bf4c..1c15153 100755 --- a/bot.ps1 +++ b/bot.ps1 @@ -95,7 +95,7 @@ function Send-Pong { $OriginHomeServer, [Parameter(Mandatory=$true)] - [int] + [int64] $Duration, [Parameter(Mandatory=$true)] @@ -453,4 +453,4 @@ function Start-MatrixSync { } -Start-MatrixSync \ No newline at end of file +Start-MatrixSync