diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-03 15:16:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-03 15:16:56 +0200 |
commit | 9427890798c0e9b87cf13d39c50bc637f7989c7e (patch) | |
tree | f1284f7ba9e4e4d347257fc1c2731f0bd9a87adc /server/models | |
parent | c795e19663a93c24908a7318975f820bac63164f (diff) | |
download | PeerTube-9427890798c0e9b87cf13d39c50bc637f7989c7e.tar.gz PeerTube-9427890798c0e9b87cf13d39c50bc637f7989c7e.tar.zst PeerTube-9427890798c0e9b87cf13d39c50bc637f7989c7e.zip |
Add more tests for plugin rebuild
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/application/application.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/models/application/application.ts b/server/models/application/application.ts index d4590e001..c51ceb245 100644 --- a/server/models/application/application.ts +++ b/server/models/application/application.ts | |||
@@ -73,5 +73,7 @@ export class ApplicationModel extends Model<Partial<AttributesOnly<ApplicationMo | |||
73 | 73 | ||
74 | application.nodeABIVersion = getNodeABIVersion() | 74 | application.nodeABIVersion = getNodeABIVersion() |
75 | application.nodeVersion = process.version | 75 | application.nodeVersion = process.version |
76 | |||
77 | await application.save() | ||
76 | } | 78 | } |
77 | } | 79 | } |