fix(logs): add missing import ToPrimitive

This commit is contained in:
imlonghao 2022-01-23 14:41:47 +08:00
parent 8fd2822ba3
commit acf41eab50

View file

@ -3,6 +3,7 @@ extern crate enum_display_derive;
use actix_web::{get, web, App, HttpResponse, HttpServer, Responder};
use anyhow::{Context, Result};
use bigdecimal::ToPrimitive;
use cached::proc_macro::cached;
use postgres_types::{FromSql, ToSql};
use serde::Serialize;