refactor: moved BuildLog to models

This commit is contained in:
Jef Roosens 2022-05-19 08:20:11 +02:00
parent 6bd5b7cb48
commit 2fc25f1afe
Signed by untrusted user: Jef Roosens
GPG key ID: B580B976584B5F30
8 changed files with 37 additions and 32 deletions

View file

@ -1,6 +1,6 @@
module client
import db { BuildLog }
import models { BuildLog }
import net.http { Method }
import response { Response }
import time